Searched defs:vn_tables_s (Results 1 – 2 of 2) sorted by relevance
108 typedef struct vn_tables_s struct110 htab_t nary;111 htab_t phis;112 htab_t references;113 struct obstack nary_obstack;114 alloc_pool phis_pool;115 alloc_pool references_pool;
271 typedef struct vn_tables_s struct273 vn_nary_op_table_type *nary;274 vn_phi_table_type *phis;275 vn_reference_table_type *references;276 struct obstack nary_obstack;277 object_allocator<vn_phi_s> *phis_pool;278 object_allocator<vn_reference_s> *references_pool;