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

Data Fields

insn_info_t last_insn
 
bool apply_wild_read
 
bitmap gen
 
bitmap kill
 
bitmap in
 
bitmap out
 
bitmap regs_live
 

Field Documentation

◆ apply_wild_read

bool dse_bb_info_type::apply_wild_read

◆ gen

bitmap dse_bb_info_type::gen

Referenced by dse_confluence_0().

◆ in

bitmap dse_bb_info_type::in

◆ kill

bitmap dse_bb_info_type::kill

◆ last_insn

insn_info_t dse_bb_info_type::last_insn

◆ out

bitmap dse_bb_info_type::out

◆ regs_live

bitmap dse_bb_info_type::regs_live

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