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
bool jumps_threaded

Detailed Description

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

Field Documentation

basic_block ssa_local_info_t::bb
     The current block we are working on.  

Referenced by ssa_fix_duplicate_block_edges().

bool ssa_local_info_t::jumps_threaded
     TRUE if we thread one or more jumps, FALSE otherwise.  
basic_block ssa_local_info_t::template_block
     A template copy of BB with no outgoing edges or control statement that
     we use for creating copies.  

Referenced by ssa_fix_duplicate_block_edges().


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