Home
last modified time | relevance | path

Searched refs:phi_translate_table (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-pre.c321 static htab_t phi_translate_table; variable
388 slot = htab_find_slot_with_hash (phi_translate_table, &ept, ept.hashcode, in phi_trans_lookup()
409 slot = htab_find_slot_with_hash (phi_translate_table, new_pair, in phi_trans_add()
2602 phi_translate_table = htab_create (511, expr_pred_trans_hash, in init_pre()
2655 htab_delete (phi_translate_table); in fini_pre()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-pre.c586 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()
4086 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4109 delete phi_translate_table; in fini_pre() local
4110 phi_translate_table = NULL; in fini_pre()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-pre.c588 static hash_table<expr_pred_trans_d> *phi_translate_table; variable
603 slot = phi_translate_table->find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add()
1699 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4134 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4157 delete phi_translate_table; in fini_pre() local
4158 phi_translate_table = NULL; in fini_pre()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c586 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()
4085 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4108 delete phi_translate_table; in fini_pre() local
4109 phi_translate_table = NULL; in fini_pre()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c586 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()
4085 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4108 delete phi_translate_table; in fini_pre() local
4109 phi_translate_table = NULL; in fini_pre()
H A DChangeLog-201213445 (phi_translate_table): Adjust.
14241 (static htab_t phi_translate_table): Likewise.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-pre.c586 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()
1691 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4111 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4134 delete phi_translate_table; in fini_pre() local
4135 phi_translate_table = NULL; in fini_pre()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c586 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()
4085 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4108 delete phi_translate_table; in fini_pre() local
4109 phi_translate_table = NULL; in fini_pre()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c586 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()
4085 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4108 delete phi_translate_table; in fini_pre() local
4109 phi_translate_table = NULL; in fini_pre()
H A DChangeLog-201213445 (phi_translate_table): Adjust.
14241 (static htab_t phi_translate_table): Likewise.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-pre.c586 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()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-pre.c588 static hash_table<expr_pred_trans_d> *phi_translate_table; variable
603 slot = phi_translate_table->find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add()
1699 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4104 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4127 delete phi_translate_table; in fini_pre() local
4128 phi_translate_table = NULL; in fini_pre()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-pre.c588 static hash_table<expr_pred_trans_d> *phi_translate_table; variable
603 slot = phi_translate_table->find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add()
1699 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4148 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4171 delete phi_translate_table; in fini_pre() local
4172 phi_translate_table = NULL; in fini_pre()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-pre.c586 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()
1691 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4111 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4134 delete phi_translate_table; in fini_pre() local
4135 phi_translate_table = NULL; in fini_pre()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-pre.c586 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()
1689 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4098 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4121 delete phi_translate_table; in fini_pre() local
4122 phi_translate_table = NULL; in fini_pre()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c530 static hash_table<expr_pred_trans_d> *phi_translate_table; variable
545 slot = phi_translate_table->find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add()
1754 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4761 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4784 delete phi_translate_table; in fini_pre() local
4785 phi_translate_table = NULL; in fini_pre()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c530 static hash_table<expr_pred_trans_d> *phi_translate_table; variable
545 slot = phi_translate_table->find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add()
1754 phi_translate_table->remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4761 phi_translate_table = new hash_table<expr_pred_trans_d> (5110); in init_pre()
4784 delete phi_translate_table; in fini_pre() local
4785 phi_translate_table = NULL; in fini_pre()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-pre.c545 static hash_table <expr_pred_trans_d> phi_translate_table; variable
560 slot = phi_translate_table.find_slot_with_hash (&tem, hash, INSERT); in phi_trans_add()
1785 phi_translate_table.remove_elt_with_hash (slot, slot->hashcode); in phi_translate()
4668 phi_translate_table.create (5110); in init_pre()
4695 phi_translate_table.dispose (); in fini_pre()
H A DChangeLog-201213445 (phi_translate_table): Adjust.
14241 (static htab_t phi_translate_table): Likewise.
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-pre.c525 static hash_table <expr_pred_trans_d> phi_translate_table; variable
540 slot = phi_translate_table.find_slot_with_hash (&ept, ept.hashcode, in phi_trans_lookup()
563 slot = phi_translate_table.find_slot_with_hash (new_pair, in phi_trans_add()
4657 phi_translate_table.create (5110); in init_pre()
4684 phi_translate_table.dispose (); in fini_pre()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-pre.c525 static hash_table <expr_pred_trans_d> phi_translate_table; variable
540 slot = phi_translate_table.find_slot_with_hash (&ept, ept.hashcode, in phi_trans_lookup()
563 slot = phi_translate_table.find_slot_with_hash (new_pair, in phi_trans_add()
4651 phi_translate_table.create (5110); in init_pre()
4678 phi_translate_table.dispose (); in fini_pre()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-pre.c644 hash_table<expr_pred_trans_d> *phi_translate_table; member
661 #define PHI_TRANS_TABLE(BB) ((bb_value_sets_t) ((BB)->aux))->phi_translate_table
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-pre.c645 hash_table<expr_pred_trans_d> *phi_translate_table; member
662 #define PHI_TRANS_TABLE(BB) ((bb_value_sets_t) ((BB)->aux))->phi_translate_table
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c644 hash_table<expr_pred_trans_d> *phi_translate_table; member
661 #define PHI_TRANS_TABLE(BB) ((bb_value_sets_t) ((BB)->aux))->phi_translate_table
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c644 hash_table<expr_pred_trans_d> *phi_translate_table; member
661 #define PHI_TRANS_TABLE(BB) ((bb_value_sets_t) ((BB)->aux))->phi_translate_table

12