Home
last modified time | relevance | path

Searched refs:location_equiv_class_table (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c1896 static htab_t location_equiv_class_table; variable
2176 location_equiv_class_table = htab_create (511, equiv_class_label_hash, in perform_var_substitution()
2217 label = equiv_class_lookup (location_equiv_class_table, in perform_var_substitution()
2222 equiv_class_add (location_equiv_class_table, in perform_var_substitution()
2283 htab_delete (location_equiv_class_table); in free_var_substitution_info()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c1937 static hash_table<equiv_class_hasher> *location_equiv_class_table; variable
2293 location_equiv_class_table in perform_var_substitution()
2342 ecl = equiv_class_lookup_or_add (location_equiv_class_table, pointed_by); in perform_var_substitution()
2429 delete location_equiv_class_table; in free_var_substitution_info() local
2430 location_equiv_class_table = NULL; in free_var_substitution_info()