Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtarget.h227 int (* adjust_priority) (rtx, int); member
H A 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()
H A DChangeLog-199810123 adjust_priority, print_insn_chaino): New declaration.
12551 (adjust_priority): Likewise.
H A DChangeLog-19995605 (adjust_priority): Gut useless reg lifetime code.
12660 (adjust_priority): Always call ADJUST_PRIORITY.
H A DFSFChangeLog.102934 * sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined.
H A DChangeLog-20036382 targetm.sched.adjust_priority.