Home
last modified time | relevance | path

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

/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c712 register rtx next_insn = (cur_insn) ? NEXT_INSN (cur_insn) : (rtx)0; local
725 next_insn = NEXT_INSN (cur_insn);
726 while (next_insn != (rtx)0 && GET_CODE (next_insn) == NOTE)
727 next_insn = NEXT_INSN (next_insn);
735 || next_insn == (rtx)0
736 || GET_CODE (next_insn) == CODE_LABEL