/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cprop.cc | 106 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 D | sched-deps.cc | 3006 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 ®_last->implicit_sets, 0, in sched_analyze_insn() 3238 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn() 3260 ®_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 D | sched-rgn.cc | 2619 succ_rl->implicit_sets in deps_join() 2620 = concat_INSN_LIST (pred_rl->implicit_sets, succ_rl->implicit_sets); in deps_join()
|
H A D | sched-int.h | 451 rtx_insn_list *implicit_sets; member
|
H A D | sel-sched-ir.cc | 3212 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 D | ChangeLog-2009 | 11138 * 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 D | ChangeLog-2003 | 33462 * gcse.c (implicit_sets): New. 33465 (one_cprop_pass): Allocate and free implicit_sets; call
|
H A D | ChangeLog-2011 | 31504 if it exposes implicit sets. Allocate/resize implicit_sets as 31508 edges were split. Do not allocate implicit_sets here.
|
H A D | ChangeLog-2014 | 22794 "implicit_sets", "control_uses", "clobbers" from rtx to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cprop.c | 105 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 D | sched-deps.c | 3021 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 ®_last->implicit_sets, 0, in sched_analyze_insn() 3253 add_dependence_list (insn, reg_last->implicit_sets, 0, in sched_analyze_insn() 3275 ®_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 D | sched-rgn.c | 2623 succ_rl->implicit_sets in deps_join() 2624 = concat_INSN_LIST (pred_rl->implicit_sets, succ_rl->implicit_sets); in deps_join()
|
H A D | sched-int.h | 451 rtx_insn_list *implicit_sets; member
|
H A D | sel-sched-ir.c | 3212 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()
|