GCC Middle and Back End API Reference
bb_data Struct Reference
Collaboration diagram for bb_data:

Data Fields

int max_reg_pressure [N_REG_CLASSES]
 
int old_pressure
 
bitmap live_in
 
bitmap backup
 

Detailed Description

Data stored for each basic block.   

Field Documentation

◆ backup

bitmap bb_data::backup

◆ live_in

bitmap bb_data::live_in

◆ max_reg_pressure

int bb_data::max_reg_pressure[N_REG_CLASSES]

◆ old_pressure

int bb_data::old_pressure

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