Lines Matching defs:next
272 rtx_insn *insn, *next;
285 for (insn = get_insns(); insn; insn = next) {
288 next = NEXT_INSN(insn);
326 if (GET_CODE(next) == NOTE &&
327 NOTE_KIND(next) == NOTE_INSN_CALL_ARG_LOCATION) {
328 insn = next;
329 next = NEXT_INSN(insn);
339 rtx_insn *insn, *next;
355 for (insn = get_insns(); insn; insn = next) {
358 next = NEXT_INSN(insn);