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

/haiku-buildtools/legacy/gcc/gcc/
H A Dresource.c911 rtx start_insn, stop_insn;
933 stop_insn = target;
939 if (GET_CODE (stop_insn) == INSN
940 && GET_CODE (PATTERN (stop_insn)) == SEQUENCE)
941 stop_insn = next_insn (PREV_INSN (stop_insn));
943 for (insn = start_insn; insn != stop_insn;
1077 rtx stop_insn = next_active_insn (jump_insn);
1085 for (insn = target; insn != stop_insn; insn = next_active_insn (insn))
904 rtx start_insn, stop_insn; local
1070 rtx stop_insn = next_active_insn (jump_insn); local
H A Dreorg.c1941 and stop_insn, then the REG_DEAD note needs to be deleted since the
1948 fix_reg_dead_note (start_insn, stop_insn)
1949 rtx start_insn, stop_insn;
1953 for (p = next_nonnote_insn (start_insn); p != stop_insn;
H A Dsched.c4032 rtx stop_insn = PREV_INSN (first);
4053 for (insn = PREV_INSN (insn); insn != stop_insn;
4023 rtx stop_insn = PREV_INSN (first); local
H A Dhaifa-sched.c8282 rtx stop_insn = PREV_INSN (first);
8303 for (insn = PREV_INSN (insn); insn != stop_insn;
8273 rtx stop_insn = PREV_INSN (first); local
/haiku-buildtools/gcc/gcc/
H A Dresource.c991 rtx_insn *start_insn, *stop_insn;
1000 stop_insn = target;
1006 if (NONJUMP_INSN_P (stop_insn)
1007 && GET_CODE (PATTERN (stop_insn)) == SEQUENCE)
1008 stop_insn = next_insn (PREV_INSN (stop_insn));
1010 for (insn = start_insn; insn != stop_insn;
1148 rtx_insn *stop_insn = next_active_insn (jump_insn);
1157 for (insn = target; insn != stop_insn; insn = next_active_insn (insn))
984 rtx_insn *start_insn, *stop_insn; local
1141 rtx_insn *stop_insn = next_active_insn (jump_insn); local
H A Dreorg.c1870 and stop_insn, then the REG_DEAD note needs to be deleted since the
1877 fix_reg_dead_note (rtx start_insn, rtx stop_insn)
1881 for (p = next_nonnote_insn (start_insn); p != stop_insn;
1858 fix_reg_dead_note(rtx start_insn, rtx stop_insn) argument

Completed in 222 milliseconds