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

Data Fields

basic_block bb
 
bitmap_head changed_regs
 
bitmap_head dead_regs
 
bitmap_head gen_cands
 
bitmap_head livein_cands
 
bitmap_head pavin_cands
 
bitmap_head pavout_cands
 
bitmap_head avin_cands
 
bitmap_head avout_cands
 

Detailed Description

Data about basic blocks used for the rematerialization
sub-pass.   

Field Documentation

◆ avin_cands

bitmap_head remat_bb_data::avin_cands

◆ avout_cands

bitmap_head remat_bb_data::avout_cands

◆ bb

basic_block remat_bb_data::bb

Referenced by get_remat_bb_data().

◆ changed_regs

bitmap_head remat_bb_data::changed_regs

◆ dead_regs

bitmap_head remat_bb_data::dead_regs

◆ gen_cands

bitmap_head remat_bb_data::gen_cands

◆ livein_cands

bitmap_head remat_bb_data::livein_cands

◆ pavin_cands

bitmap_head remat_bb_data::pavin_cands

◆ pavout_cands

bitmap_head remat_bb_data::pavout_cands

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