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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c336 static void adjust_priority PROTO((rtx));
1966 adjust_priority (prev)
2034 /* This is used by the function adjust_priority above. */
2062 adjust_priority (prev);
1958 adjust_priority (prev) function
H A Dhaifa-sched.c461 static void adjust_priority PROTO ((rtx));
4333 adjust_priority (prev)
4416 /* This is used by the function adjust_priority above. */
4459 adjust_priority (next);
4325 adjust_priority (prev) function
/haiku-buildtools/gcc/gcc/
H A Dhaifa-sched.c857 static void adjust_priority (rtx_insn *);
3161 adjust_priority (rtx_insn *prev)
3170 if (targetm.sched.adjust_priority)
3172 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev));
7633 adjust_priority (next);
3149 adjust_priority (rtx_insn *prev) function
H A Dsel-sched.c3367 if (targetm.sched.adjust_priority)
3368 new_priority = targetm.sched.adjust_priority (EXPR_INSN_RTX (expr), priority);

Completed in 283 milliseconds