Searched refs:complex_variable_components (Results 1 – 4 of 4) sorted by relevance
73 static int_tree_htab_type *complex_variable_components; variable93 return complex_variable_components->find_with_hash (in, uid).to; in cvc_lookup()105 loc = complex_variable_components->find_slot_with_hash (h, uid, INSERT); in cvc_insert()1791 complex_variable_components = new int_tree_htab_type (10); in tree_lower_complex()1840 delete complex_variable_components; in tree_lower_complex() local1841 complex_variable_components = NULL; in tree_lower_complex()
75 static int_tree_htab_type *complex_variable_components; variable95 return complex_variable_components->find_with_hash (in, uid).to; in cvc_lookup()107 loc = complex_variable_components->find_slot_with_hash (h, uid, INSERT); in cvc_insert()1839 complex_variable_components = new int_tree_htab_type (10); in tree_lower_complex()1888 delete complex_variable_components; in tree_lower_complex()1889 complex_variable_components = NULL; in tree_lower_complex()
10839 (tree_lower_complex): Allocate and free complex_variable_components13247 * tree-complex.c (complex_variable_components): Now a hashtable.15389 (complex_lattice_values, complex_variable_components): New.
32581 (htab_t complex_variable_components):