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

/freebsd-12-stable/contrib/gcc/
H A Dhaifa-sched.c728 int this_priority = 0;
731 this_priority = insn_cost (insn, 0, 0);
788 if (next_priority > this_priority)
789 this_priority = next_priority;
797 INSN_PRIORITY (insn) = this_priority;
725 int this_priority = 0; local

Completed in 105 milliseconds