Searched refs:phi_translate_table (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-pre.c | 586 static hash_table<expr_pred_trans_d> *phi_translate_table; variable 601 slot = phi_translate_table->find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add() 1676 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate() 4078 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre() 4101 delete phi_translate_table; in fini_pre() local 4102 phi_translate_table = NULL; in fini_pre()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-pre.c | 492 static htab_t phi_translate_table; variable 554 slot = htab_find_slot_with_hash (phi_translate_table, &ept, ept.hashcode, in phi_trans_lookup() 577 slot = htab_find_slot_with_hash (phi_translate_table, new_pair, in phi_trans_add() 4786 phi_translate_table = htab_create (5110, expr_pred_trans_hash, in init_pre() 4824 htab_delete (phi_translate_table); in fini_pre()
|