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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c159 static rtx *reg_last_sets;
1179 if (reg_last_sets[regno + i])
1180 add_dependence (insn, reg_last_sets[regno + i],
1196 if (reg_last_sets[regno])
1197 add_dependence (insn, reg_last_sets[regno], REG_DEP_OUTPUT);
1342 if (reg_last_sets[regno + i])
1343 add_dependence (insn, reg_last_sets[regno + i], 0);
1354 if (reg_last_sets[regno])
1355 add_dependence (insn, reg_last_sets[regno], 0);
1441 if (reg_last_sets[
158 static rtx *reg_last_sets; variable
[all...]
H A Dhaifa-sched.c255 static rtx *reg_last_sets;
1058 last_pending_memory_flash, last_function_call, reg_last_sets. The
3368 for (u = reg_last_sets[regno + i]; u; u = XEXP (u, 1))
3397 for (u = reg_last_sets[regno]; u; u = XEXP (u, 1))
3556 for (u = reg_last_sets[regno + i]; u; u = XEXP (u, 1))
3573 for (u = reg_last_sets[regno]; u; u = XEXP (u, 1))
3670 for (u = reg_last_sets[i]; u; u = XEXP (u, 1))
3803 for (u = reg_last_sets[i]; u; u = XEXP (u, 1))
3821 free_list (&reg_last_sets[i], &unused_insn_list);
3824 reg_last_sets[
254 static rtx *reg_last_sets; variable
[all...]

Completed in 119 milliseconds