Home
last modified time | relevance | path

Searched refs:REG_LIVE_LENGTH (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDregmove.c343 if (REG_LIVE_LENGTH (REGNO (reg)) < 0) in replacement_quality()
526 if (REG_LIVE_LENGTH (sregno) >= 0) in optimize_reg_copy_1()
528 REG_LIVE_LENGTH (sregno) -= s_length; in optimize_reg_copy_1()
532 if (REG_LIVE_LENGTH (sregno) < 2) in optimize_reg_copy_1()
533 REG_LIVE_LENGTH (sregno) = 2; in optimize_reg_copy_1()
563 if (REG_LIVE_LENGTH (dregno) >= 0) in optimize_reg_copy_1()
564 REG_LIVE_LENGTH (dregno) += d_length; in optimize_reg_copy_1()
761 && REG_LIVE_LENGTH (REGNO (src)) > 0 in copy_src_to_dest()
763 && REG_LIVE_LENGTH (REGNO (dest)) > 0 in copy_src_to_dest()
825 REG_LIVE_LENGTH (dest_regno)++; in copy_src_to_dest()
[all …]
HDregs.h156 #define REG_LIVE_LENGTH(N) \ macro
HDglobal.c466 if (REG_N_REFS (i) != 0 && REG_LIVE_LENGTH (i) != -1 in global_alloc()
477 gcc_assert (REG_LIVE_LENGTH (i)); in global_alloc()
495 if (allocno[num].live_length < REG_LIVE_LENGTH (i)) in global_alloc()
496 allocno[num].live_length = REG_LIVE_LENGTH (i); in global_alloc()
516 local_reg_live_length[j] += REG_LIVE_LENGTH (i); in global_alloc()
600 && REG_LIVE_LENGTH (allocno[allocno_order[i]].reg) >= 0) in global_alloc()
HDdf-problems.c3188 REG_LIVE_LENGTH (i) = 0; in df_ri_alloc()
3297 REG_LIVE_LENGTH (regno)++; in df_set_unused_notes_for_mw()
3442 REG_LIVE_LENGTH (dregno) += luid; in df_create_unused_note()
3460 REG_LIVE_LENGTH (dregno)++; in df_create_unused_note()
3547 REG_LIVE_LENGTH (regno)++; in df_ri_bb_compute()
3677 REG_LIVE_LENGTH (uregno) ++; in df_ri_bb_compute()
3694 REG_LIVE_LENGTH (regno) += luid; in df_ri_bb_compute()
3746 REG_LIVE_LENGTH (regno) = -1; in df_ri_compute()
HDflow.c725 REG_LIVE_LENGTH (i) = -1; in update_life_info()
1626 REG_LIVE_LENGTH (i) = 0; in allocate_reg_life_data()
2157 REG_LIVE_LENGTH (i) += num - reg_deaths[i]; in free_propagate_block_info()
2931 REG_LIVE_LENGTH (i) += 1; in mark_set_1()
3044 REG_LIVE_LENGTH (i) += pbi->insn_num - reg_deaths[i]; in mark_set_1()
3632 REG_LIVE_LENGTH (regno) += pbi->insn_num - reg_deaths[regno]; in attempt_auto_inc()
HDlocal-alloc.c986 if (REG_LIVE_LENGTH (regno) >= 0 && optimize) in update_equiv_regs()
990 REG_LIVE_LENGTH (regno) *= 2; in update_equiv_regs()
1191 REG_LIVE_LENGTH (regno) = 2; in update_equiv_regs()
HDcfg.c547 i, REG_N_REFS (i), REG_LIVE_LENGTH (i)); in dump_flow_info()
HDChangeLog-19987306 and REG_LIVE_LENGTH as successful substitutions are made.
12506 (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
HDChangeLog-20067248 REG_LIVE_LENGTH, REGNO_FIRST_UID, REGNO_LAST_UID): Use VEC
HDChangeLog-200442894 REG_LIVE_LENGTH