Searched refs:live_length (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dregs.h54 int live_length; /* # of instructions (REG n) is live */ member in struct:reg_info_def
123 #define REG_LIVE_LENGTH(N) (VARRAY_REG (reg_n_info, N)->live_length)
H A Dsched.c306 int live_length;
2544 p->live_length = 0;
2565 sched_reg_live_length[regno] += p->live_length;
2875 regs_sometimes_live[i].live_length += n_insns;
3330 p->live_length += 1;
3337 sched_reg_live_length[regno] += p->live_length;
305 int live_length; member in struct:sometimes
H A Dhaifa-sched.c420 int live_length;
5166 p->live_length = 0;
5187 sched_reg_live_length[regno] += p->live_length;
5485 p->live_length += 1;
5492 sched_reg_live_length[regno] += p->live_length;
419 int live_length; member in struct:sometimes
/haiku-buildtools/gcc/gcc/
H A Dregs.h112 int live_length; /* # of instructions (REG n) is live */ member in struct:reg_info_t
189 #define REG_LIVE_LENGTH(N) (reg_info_p[N].live_length)

Completed in 118 milliseconds