Searched refs:adjust_priority (Results 1 – 6 of 6) sorted by relevance
227 int (* adjust_priority) (rtx, int); member
506 static void adjust_priority (rtx);1103 adjust_priority (rtx prev) in adjust_priority() function1112 if (targetm.sched.adjust_priority) in adjust_priority()1114 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev)); in adjust_priority()3150 adjust_priority (next); in try_ready()
10123 adjust_priority, print_insn_chaino): New declaration.12551 (adjust_priority): Likewise.
5605 (adjust_priority): Gut useless reg lifetime code.12660 (adjust_priority): Always call ADJUST_PRIORITY.
2934 * sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined.
6382 targetm.sched.adjust_priority.