Searched refs:adjust_priority (Results 1 – 7 of 7) sorted by relevance
155 int (* adjust_priority) PARAMS ((rtx, int)); member
322 static void adjust_priority PARAMS ((rtx));1063 adjust_priority (prev) in adjust_priority() function1073 if (targetm.sched.adjust_priority)1075 (*targetm.sched.adjust_priority) (prev, INSN_PRIORITY (prev));1183 adjust_priority (next);
1544 adjust_priority, print_insn_chaino): New declaration.3972 (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.
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()