Searched refs:cand_table (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-remat.cc | 170 static htab_t cand_table; variable 222 entry_ptr = htab_find_slot (cand_table, cand, INSERT); in insert_cand() 239 cand_table = htab_create (8000, cand_hash, cand_eq_p, in initiate_cand_table() 247 htab_delete (cand_table); in finish_cand_table()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-remat.c | 170 static htab_t cand_table; variable 222 entry_ptr = htab_find_slot (cand_table, cand, INSERT); in insert_cand() 239 cand_table = htab_create (8000, cand_hash, cand_eq_p, in initiate_cand_table() 247 htab_delete (cand_table); in finish_cand_table()
|