Searched refs:REG_LIVE_LENGTH (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dregmove.c345 if (REG_LIVE_LENGTH (REGNO (reg)) < 0)
530 if (REG_LIVE_LENGTH (sregno) >= 0)
532 REG_LIVE_LENGTH (sregno) -= s_length;
533 /* REG_LIVE_LENGTH is only an approximation after
536 if (REG_LIVE_LENGTH (sregno) < 2)
537 REG_LIVE_LENGTH (sregno) = 2;
567 if (REG_LIVE_LENGTH (dregno) >= 0)
568 REG_LIVE_LENGTH (dregno) += d_length;
761 /* A REG_LIVE_LENGTH of -1 indicates the register is equivalent to a constant
762 or memory location and is used infrequently; a REG_LIVE_LENGTH o
[all...]
H A Dregs.h156 #define REG_LIVE_LENGTH(N) \ macro
H A Dglobal.c468 if (REG_N_REFS (i) != 0 && REG_LIVE_LENGTH (i) != -1
479 gcc_assert (REG_LIVE_LENGTH (i));
497 if (allocno[num].live_length < REG_LIVE_LENGTH (i))
498 allocno[num].live_length = REG_LIVE_LENGTH (i);
518 local_reg_live_length[j] += REG_LIVE_LENGTH (i);
602 && REG_LIVE_LENGTH (allocno[allocno_order[i]].reg) >= 0)
H A Ddf-problems.c3157 REG_N_DEATHS, REG_N_SETS, REG_LIVE_LENGTH, REG_N_CALLS_CROSSED,
3195 REG_LIVE_LENGTH (i) = 0;
3304 REG_LIVE_LENGTH (regno)++;
3449 REG_LIVE_LENGTH (dregno) += luid;
3467 REG_LIVE_LENGTH (dregno)++;
3554 REG_LIVE_LENGTH (regno)++;
3684 REG_LIVE_LENGTH (uregno) ++;
3701 REG_LIVE_LENGTH (regno) += luid;
3753 REG_LIVE_LENGTH (regno) = -1;
H A Dlocal-alloc.c992 if (REG_LIVE_LENGTH (regno) >= 0 && optimize)
996 REG_LIVE_LENGTH (regno) *= 2;
1197 REG_LIVE_LENGTH (regno) = 2;
H A Dflow.c107 register usage: REG_N_REFS, REG_N_DEATHS, REG_N_SETS, REG_LIVE_LENGTH,
728 REG_LIVE_LENGTH (i) = -1;
1631 REG_LIVE_LENGTH (i) = 0;
2162 REG_LIVE_LENGTH (i) += num - reg_deaths[i];
2938 REG_LIVE_LENGTH (i) += 1;
3051 REG_LIVE_LENGTH (i) += pbi->insn_num - reg_deaths[i];
3641 REG_LIVE_LENGTH (regno) += pbi->insn_num - reg_deaths[regno];
4474 It might be worthwhile to update REG_LIVE_LENGTH, REG_BASIC_BLOCK and
H A Dcfg.c554 i, REG_N_REFS (i), REG_LIVE_LENGTH (i));

Completed in 153 milliseconds