Searched refs:sched_reg_live_length (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c152 static int *sched_reg_live_length;
2565 sched_reg_live_length[regno] += p->live_length;
3337 sched_reg_live_length[regno] += p->live_length;
4278 sched_reg_live_length = (int *) alloca (max_regno * sizeof (int));
4282 bzero ((char *) sched_reg_live_length, max_regno * sizeof (int));
4287 sched_reg_live_length = 0;
4408 if (sched_reg_live_length[regno])
4412 if (REG_LIVE_LENGTH (regno) > sched_reg_live_length[regno])
4416 sched_reg_live_length[regno]);
4419 else if (REG_LIVE_LENGTH (regno) < sched_reg_live_length[regn
151 static int *sched_reg_live_length; variable
[all...]
H A Dhaifa-sched.c242 static int *sched_reg_live_length;
5187 sched_reg_live_length[regno] += p->live_length;
5492 sched_reg_live_length[regno] += p->live_length;
5532 if (sched_reg_live_length[regno])
5536 if (REG_LIVE_LENGTH (regno) > sched_reg_live_length[regno])
5540 sched_reg_live_length[regno]);
5543 else if (REG_LIVE_LENGTH (regno) < sched_reg_live_length[regno]
5548 sched_reg_live_length[regno]);
5572 REG_LIVE_LENGTH (regno) = sched_reg_live_length[regno];
8689 sched_reg_live_length
241 static int *sched_reg_live_length; variable
[all...]

Completed in 118 milliseconds