Lines Matching defs:next
270 rtx_insn *insn, *next;
283 for (insn = get_insns(); insn; insn = next) {
286 next = NEXT_INSN(insn);
324 if (GET_CODE(next) == NOTE &&
325 NOTE_KIND(next) == NOTE_INSN_CALL_ARG_LOCATION) {
326 insn = next;
327 next = NEXT_INSN(insn);
337 rtx_insn *insn, *next;
353 for (insn = get_insns(); insn; insn = next) {
356 next = NEXT_INSN(insn);