Home | History | Annotate | Download | only in arc

Lines Matching defs:this_insn

5275       rtx_insn *this_insn = start_insn;
5306 this_insn = NEXT_INSN (this_insn);
5317 this_insn = next_nonnote_insn (this_insn);
5318 if (!this_insn)
5323 if (GET_CODE (this_insn) == BARRIER)
5325 if (GET_CODE (this_insn) == CODE_LABEL
5326 && this_insn == label)
5336 switch (GET_CODE (this_insn))
5341 if (this_insn == label)
5363 if (get_attr_cond (this_insn) == COND_CANUSE)
5370 scanbody = PATTERN (this_insn);
5389 else if (get_attr_cond (this_insn) != COND_CANUSE)
5400 if (get_attr_cond (this_insn) != COND_CANUSE)
5406 scanbody = PATTERN (this_insn);
5413 if (get_attr_cond (this_insn) != COND_CANUSE)
5432 while (this_insn && GET_CODE (PATTERN (this_insn)) == USE)
5434 this_insn = next_nonnote_insn (this_insn);
5436 gcc_assert (!this_insn ||
5437 (GET_CODE (this_insn) != BARRIER
5438 && GET_CODE (this_insn) != CODE_LABEL));
5440 if (!this_insn)
5448 state->target_insn = this_insn;