Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c1933 static hash_table<equiv_class_hasher> *pointer_equiv_class_table; variable
2172 ecl = equiv_class_lookup_or_add (pointer_equiv_class_table, in label_visit()
2193 ecl = equiv_class_lookup_or_add (pointer_equiv_class_table, in label_visit()
2292 pointer_equiv_class_table = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
2427 delete pointer_equiv_class_table; in free_var_substitution_info() local
2428 pointer_equiv_class_table = NULL; in free_var_substitution_info()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c1892 static htab_t pointer_equiv_class_table; variable
2145 unsigned int label = equiv_class_lookup (pointer_equiv_class_table, in label_visit()
2151 equiv_class_add (pointer_equiv_class_table, in label_visit()
2174 pointer_equiv_class_table = htab_create (511, equiv_class_label_hash, in perform_var_substitution()
2282 htab_delete (pointer_equiv_class_table); in free_var_substitution_info()