|
GCC Middle and Back End API Reference
|

Data Fields | |
| int | size |
| same_succ | bb_same_succ |
| bb_cluster | cluster |
| tree | vop_at_exit |
| basic_block | dep_bb |
Per bb-info.
| same_succ aux_bb_info::bb_same_succ |
The same_succ that this bb is a member of.
| bb_cluster aux_bb_info::cluster |
The cluster that this bb is a member of.
| basic_block aux_bb_info::dep_bb |
The bb that either contains or is dominated by the dependencies of the bb.
| int aux_bb_info::size |
The number of non-debug statements in the bb.
| tree aux_bb_info::vop_at_exit |
The vop state at the exit of a bb. This is shortlived data, used to communicate data between update_block_by and update_vuses.