Searched refs:INSN_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h351 #define INSN_PRIORITY(INSN) (h_i_d[INSN_UID (INSN)].priority) macro
H A Dhaifa-sched.c797 INSN_PRIORITY (insn) = this_priority;
801 return INSN_PRIORITY (insn);
833 priority_val = INSN_PRIORITY (tmp2) - INSN_PRIORITY (tmp);
1117 INSN_PRIORITY (prev) =
1118 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev));
2740 MAX (sched_max_insns_priority, INSN_PRIORITY (insn));
H A Dsched-rgn.c2610 INSN_PRIORITY (insn),
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c9872 && INSN_PRIORITY (XEXP (dep, 0)) > INSN_PRIORITY (insn2)

Completed in 156 milliseconds