Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c795 int this_priority = 0; local
798 this_priority = insn_cost (insn, 0, 0);
816 if (next_priority > this_priority)
817 this_priority = next_priority;
820 INSN_PRIORITY (insn) = this_priority;
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c725 int this_priority = 0; in priority() local
728 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()