Home
last modified time | relevance | path

Searched refs:implicit_sets (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcprop.cc106 static rtx *implicit_sets; variable
429 if (implicit_sets[bb->index] != NULL_RTX) in compute_hash_table_work()
430 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
1389 implicit_sets = XCNEWVEC (rtx, implicit_sets_size); in find_implicit_sets()
1425 implicit_sets = XRESIZEVEC (rtx, implicit_sets, implicit_sets_size); in find_implicit_sets()
1426 memset (implicit_sets + old_implicit_sets_size, 0, in find_implicit_sets()
1431 implicit_sets[dest->index] = new_rtx; in find_implicit_sets()
1807 free (implicit_sets); in one_cprop_pass()
1808 implicit_sets = NULL; in one_cprop_pass()
H A Dsched-deps.cc3006 add_dependence_list (insn, reg_last->implicit_sets, in sched_analyze_insn()
3116 add_dependence_list (insn, reg_last->implicit_sets, 0, REG_DEP_ANTI, in sched_analyze_insn()
3133 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3173 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3192 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3216 &reg_last->implicit_sets, 0, in sched_analyze_insn()
3238 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3260 &reg_last->implicit_sets, in sched_analyze_insn()
3299 reg_last->implicit_sets in sched_analyze_insn()
3300 = alloc_INSN_LIST (insn, reg_last->implicit_sets); in sched_analyze_insn()
[all …]
H A Dsched-rgn.cc2619 succ_rl->implicit_sets in deps_join()
2620 = concat_INSN_LIST (pred_rl->implicit_sets, succ_rl->implicit_sets); in deps_join()
H A Dsched-int.h451 rtx_insn_list *implicit_sets; member
H A Dsel-sched-ir.cc3212 if (reg_last->uses || reg_last->implicit_sets) in has_dependence_note_reg_set()
3232 if (reg_last->uses || reg_last->implicit_sets) in has_dependence_note_reg_clobber()
3252 if (reg_last->clobbers || reg_last->implicit_sets) in has_dependence_note_reg_use()
H A DChangeLog-200911138 * sched-int.h (struct deps_reg): New member implicit_sets.
11145 (struct deps): New member implicit_sets.
11166 * sched-rgn.c (deps_join): Set up implicit_sets.
H A DChangeLog-200333462 * gcse.c (implicit_sets): New.
33465 (one_cprop_pass): Allocate and free implicit_sets; call
H A DChangeLog-201131504 if it exposes implicit sets. Allocate/resize implicit_sets as
31508 edges were split. Do not allocate implicit_sets here.
H A DChangeLog-201422794 "implicit_sets", "control_uses", "clobbers" from rtx to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcprop.c105 static rtx *implicit_sets; variable
428 if (implicit_sets[bb->index] != NULL_RTX) in compute_hash_table_work()
429 hash_scan_set (implicit_sets[bb->index], BB_HEAD (bb), table, true); in compute_hash_table_work()
1391 implicit_sets = XCNEWVEC (rtx, implicit_sets_size); in find_implicit_sets()
1427 implicit_sets = XRESIZEVEC (rtx, implicit_sets, implicit_sets_size); in find_implicit_sets()
1428 memset (implicit_sets + old_implicit_sets_size, 0, in find_implicit_sets()
1433 implicit_sets[dest->index] = new_rtx; in find_implicit_sets()
1809 free (implicit_sets); in one_cprop_pass()
1810 implicit_sets = NULL; in one_cprop_pass()
H A Dsched-deps.c3021 add_dependence_list (insn, reg_last->implicit_sets, in sched_analyze_insn()
3131 add_dependence_list (insn, reg_last->implicit_sets, 0, REG_DEP_ANTI, in sched_analyze_insn()
3148 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3188 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3207 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3231 &reg_last->implicit_sets, 0, in sched_analyze_insn()
3253 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn()
3275 &reg_last->implicit_sets, in sched_analyze_insn()
3314 reg_last->implicit_sets in sched_analyze_insn()
3315 = alloc_INSN_LIST (insn, reg_last->implicit_sets); in sched_analyze_insn()
[all …]
H A Dsched-rgn.c2623 succ_rl->implicit_sets in deps_join()
2624 = concat_INSN_LIST (pred_rl->implicit_sets, succ_rl->implicit_sets); in deps_join()
H A Dsched-int.h451 rtx_insn_list *implicit_sets; member
H A Dsel-sched-ir.c3212 if (reg_last->uses || reg_last->implicit_sets) in has_dependence_note_reg_set()
3232 if (reg_last->uses || reg_last->implicit_sets) in has_dependence_note_reg_clobber()
3252 if (reg_last->clobbers || reg_last->implicit_sets) in has_dependence_note_reg_use()