GCC Middle and Back End API Reference
|
Data Fields | |
vn_nary_op_table_type | nary |
vn_phi_table_type | phis |
vn_reference_table_type | references |
struct obstack | nary_obstack |
alloc_pool | phis_pool |
alloc_pool | references_pool |
The set of hashtables and alloc_pool's for their items.
vn_nary_op_table_type vn_tables_s::nary |
Referenced by copy_reference(), vn_reference_hasher::equal(), process_scc(), and vn_nary_op_compute_hash().
struct obstack vn_tables_s::nary_obstack |
Referenced by copy_reference(), and process_scc().
vn_phi_table_type vn_tables_s::phis |
Referenced by copy_reference(), and process_scc().
alloc_pool vn_tables_s::phis_pool |
Referenced by copy_reference(), process_scc(), and vn_nary_op_insert_into().
vn_reference_table_type vn_tables_s::references |
Referenced by copy_reference(), and process_scc().
alloc_pool vn_tables_s::references_pool |
Referenced by copy_reference(), and process_scc().