Home | History | Annotate | Download | only in arc

Lines Matching defs:start_insn

5175   /* START_INSN will hold the insn from where we start looking.  This is the
5177 rtx_insn *start_insn = insn;
5214 start_insn = next_nonnote_insn (start_insn);
5215 if (GET_CODE (start_insn) == BARRIER)
5218 start_insn = next_nonnote_insn (start_insn);
5220 if (GET_CODE (start_insn) == CODE_LABEL
5221 && CODE_LABEL_NUMBER (start_insn) == state->target_label
5222 && LABEL_NUSES (start_insn) == 1)
5229 start_insn = next_nonnote_insn (start_insn);
5230 if (GET_CODE (start_insn) == BARRIER)
5231 start_insn = next_nonnote_insn (start_insn);
5232 if (GET_CODE (start_insn) == CODE_LABEL
5233 && CODE_LABEL_NUMBER (start_insn) == state->target_label
5234 && LABEL_NUSES (start_insn) == 1)
5275 rtx_insn *this_insn = start_insn;