Searched refs:this_priority (Results 1 – 2 of 2) sorted by relevance
795 int this_priority = 0; local798 this_priority = insn_cost (insn, 0, 0);816 if (next_priority > this_priority)817 this_priority = next_priority;820 INSN_PRIORITY (insn) = this_priority;
725 int this_priority = 0; in priority() local728 this_priority = insn_cost (insn, 0, 0); in priority()785 if (next_priority > this_priority) in priority()786 this_priority = next_priority; in priority()794 INSN_PRIORITY (insn) = this_priority; in priority()