Home
last modified time | relevance | path

Searched refs:pointer_equiv_class_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c1941 static hash_table<equiv_class_hasher> *pointer_equiv_class_table; variable
2219 ecl = equiv_class_lookup_or_add (pointer_equiv_class_table, in label_visit()
2240 ecl = equiv_class_lookup_or_add (pointer_equiv_class_table, in label_visit()
2340 pointer_equiv_class_table = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
2475 delete pointer_equiv_class_table; in free_var_substitution_info() local
2476 pointer_equiv_class_table = NULL; in free_var_substitution_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc1950 static hash_table<equiv_class_hasher> *pointer_equiv_class_table; variable
2228 ecl = equiv_class_lookup_or_add (pointer_equiv_class_table, in label_visit()
2249 ecl = equiv_class_lookup_or_add (pointer_equiv_class_table, in label_visit()
2349 pointer_equiv_class_table = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
2484 delete pointer_equiv_class_table; in free_var_substitution_info()
2485 pointer_equiv_class_table = NULL; in free_var_substitution_info()
H A DChangeLog-200710751 (pointer_equiv_class_table): Ditto.
H A DChangeLog-201332921 * tree-ssa-structalias.c (pointer_equiv_class_table):