Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c1914 struct equiv_class_hasher : nofree_ptr_hash <equiv_class_label> struct
1924 equiv_class_hasher::hash (const equiv_class_label *ecl) in hash()
1932 equiv_class_hasher::equal (const equiv_class_label *eql1, in equal()
1941 static hash_table<equiv_class_hasher> *pointer_equiv_class_table;
1945 static hash_table<equiv_class_hasher> *location_equiv_class_table;
1954 equiv_class_lookup_or_add (hash_table<equiv_class_hasher> *table, in equiv_class_lookup_or_add()
2340 pointer_equiv_class_table = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
2342 = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc1923 struct equiv_class_hasher : nofree_ptr_hash <equiv_class_label> struct
1933 equiv_class_hasher::hash (const equiv_class_label *ecl) in hash()
1941 equiv_class_hasher::equal (const equiv_class_label *eql1, in equal()
1950 static hash_table<equiv_class_hasher> *pointer_equiv_class_table;
1954 static hash_table<equiv_class_hasher> *location_equiv_class_table;
1963 equiv_class_lookup_or_add (hash_table<equiv_class_hasher> *table, in equiv_class_lookup_or_add()
2349 pointer_equiv_class_table = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
2351 = new hash_table<equiv_class_hasher> (511); in perform_var_substitution()
H A DChangeLog-20193126 * tree-ssa-structalias.c (equiv_class_hasher): Change to nofree.
H A DChangeLog-201526698 * tree-ssa-structalias.c (equiv_class_hasher): Likewise.