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

Data Fields

basic_block bb
 
basic_block template_block
 
gimple_stmt_iterator template_last_to_copy
 
bitmap duplicate_blocks
 
bool jumps_threaded
 
bool need_profile_correction
 
unsigned long num_threaded_edges
 

Detailed Description

Data structure of information to pass to hash table traversal routines.   

Field Documentation

◆ bb

basic_block ssa_local_info_t::bb

◆ duplicate_blocks

bitmap ssa_local_info_t::duplicate_blocks

◆ jumps_threaded

bool ssa_local_info_t::jumps_threaded

◆ need_profile_correction

bool ssa_local_info_t::need_profile_correction

◆ num_threaded_edges

unsigned long ssa_local_info_t::num_threaded_edges

◆ template_block

basic_block ssa_local_info_t::template_block

◆ template_last_to_copy

gimple_stmt_iterator ssa_local_info_t::template_last_to_copy

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