GCC Middle and Back End API Reference
|
Data Fields | |
basic_block | bb |
basic_block | template_block |
bool | jumps_threaded |
Data structure of information to pass to hash table traversal routines.
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().