Searched refs:subhash (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 1662 unsigned subhash; in insert_with_costs() local 1668 subhash = SAFE_HASH (subexp, mode); in insert_with_costs() 1669 subelt = lookup (subexp, subhash, mode); in insert_with_costs() 1671 subelt = insert (subexp, NULL, subhash, mode); in insert_with_costs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 1683 unsigned subhash; in insert_with_costs() local 1689 subhash = SAFE_HASH (subexp, mode); in insert_with_costs() 1690 subelt = lookup (subexp, subhash, mode); in insert_with_costs() 1692 subelt = insert (subexp, NULL, subhash, mode); in insert_with_costs()
|