Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtarget.h155 int (* adjust_priority) PARAMS ((rtx, int)); member
H A Dhaifa-sched.c322 static void adjust_priority PARAMS ((rtx));
1063 adjust_priority (prev) in adjust_priority() function
1073 if (targetm.sched.adjust_priority)
1075 (*targetm.sched.adjust_priority) (prev, INSN_PRIORITY (prev));
1183 adjust_priority (next);
H A DChangeLog.01544 adjust_priority, print_insn_chaino): New declaration.
3972 (adjust_priority): Likewise.
H A DChangeLog.25605 (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.
/openbsd-src/gnu/gcc/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()