GCC Middle and Back End API Reference
|
Data Fields | |
unsigned | age |
bitmap | repl_set |
struct common_info_d | info |
Information stored for SSA names.
unsigned ssa_name_info::age |
Age of this record (so that info_for_ssa_name table can be cleared quickly); if AGE < CURRENT_INFO_FOR_SSA_NAME_AGE, then the fields are assumed to be null.
Referenced by set_rewrite_uses().
struct common_info_d ssa_name_info::info |
Information stored for both SSA names and decls.
Referenced by debug_tree_ssa(), and set_rewrite_uses().
bitmap ssa_name_info::repl_set |
Replacement mappings, allocated from update_ssa_obstack.
Referenced by set_livein_block().