GCC Middle and Back End API Reference
bb_data_pseudos Class Reference
Collaboration diagram for bb_data_pseudos:

Data Fields

basic_block bb
 
bitmap_head killed_pseudos
 
bitmap_head gen_pseudos
 

Detailed Description

This page contains code for making global live analysis of pseudos. The code works only when pseudo live info is changed on a BB border. That might be a consequence of some global transformations in LRA, e.g. PIC pseudo reuse or rematerialization.
Structure describing local BB data used for pseudo live-analysis.

Field Documentation

◆ bb

◆ gen_pseudos

bitmap_head bb_data_pseudos::gen_pseudos

◆ killed_pseudos

bitmap_head bb_data_pseudos::killed_pseudos

The documentation for this class was generated from the following file: