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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c383 rtx_insn *insn, *first_insn_not_to_check;
405 first_insn_not_to_check = (GET_CODE (PATTERN (tail)) == PARALLEL ? tail
408 for (insn = head; insn != first_insn_not_to_check; insn = NEXT_INSN (insn))
380 rtx_insn *insn, *first_insn_not_to_check; local

Completed in 96 milliseconds