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

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

Detailed Description

   The set of hashtables and alloc_pool's for their items.  

Field Documentation

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
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().


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