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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dresource.c973 rtx_insn *start_insn, *stop_insn;
986 stop_insn = target;
992 if (NONJUMP_INSN_P (stop_insn)
993 && GET_CODE (PATTERN (stop_insn)) == SEQUENCE)
994 stop_insn = next_insn (PREV_INSN (stop_insn));
996 for (insn = start_insn; insn != stop_insn;
1131 rtx_insn *stop_insn = next_active_insn (jump_insn);
1140 for (insn = target; insn != stop_insn; insn = next_active_insn (insn))
966 rtx_insn *start_insn, *stop_insn; local
1124 rtx_insn *stop_insn = next_active_insn (jump_insn); local
H A Dreorg.c1809 and stop_insn, then the REG_DEAD note needs to be deleted since the
1816 fix_reg_dead_note (rtx_insn *start_insn, rtx stop_insn)
1821 for (p = next_nonnote_insn (start_insn); p != stop_insn;
1797 fix_reg_dead_note(rtx_insn *start_insn, rtx stop_insn) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dresource.cc959 rtx_insn *start_insn, *stop_insn;
972 stop_insn = target;
978 if (NONJUMP_INSN_P (stop_insn)
979 && GET_CODE (PATTERN (stop_insn)) == SEQUENCE)
980 stop_insn = next_insn (PREV_INSN (stop_insn));
982 for (insn = start_insn; insn != stop_insn;
1117 rtx_insn *stop_insn = next_active_insn (jump_insn);
1126 for (insn = target; insn != stop_insn; insn = next_active_insn (insn))
952 rtx_insn *start_insn, *stop_insn; local
1110 rtx_insn *stop_insn = next_active_insn (jump_insn); local
H A Dreorg.cc1734 and stop_insn, then the REG_DEAD note needs to be deleted since the
1741 fix_reg_dead_note (rtx_insn *start_insn, rtx stop_insn)
1746 for (p = next_nonnote_insn (start_insn); p != stop_insn;
1722 fix_reg_dead_note(rtx_insn *start_insn, rtx stop_insn) argument

Completed in 191 milliseconds