Home
last modified time | relevance | path

Searched refs:adjust_priority (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtarget.h227 int (* adjust_priority) (rtx, int); member
Dhaifa-sched.c506 static void adjust_priority (rtx);
1103 adjust_priority (rtx prev) in adjust_priority() function
1112 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()
DChangeLog-199810123 adjust_priority, print_insn_chaino): New declaration.
12551 (adjust_priority): Likewise.
DChangeLog-19995605 (adjust_priority): Gut useless reg lifetime code.
12660 (adjust_priority): Always call ADJUST_PRIORITY.
DFSFChangeLog.102934 * sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined.
DChangeLog-20036382 targetm.sched.adjust_priority.