Searched refs:nextlast (Results 1 – 2 of 2) sorted by relevance
60 rtx nextlast = NEXT_INSN (last); local65 NEXT_INSN (prevfirst) = nextlast;66 if (nextlast)67 PREV_INSN (nextlast) = prevfirst;71 set_first_insn (nextlast);
61 rtx nextlast = NEXT_INSN (last); in unlink_insn_chain() local66 NEXT_INSN (prevfirst) = nextlast; in unlink_insn_chain()67 if (nextlast) in unlink_insn_chain()68 PREV_INSN (nextlast) = prevfirst; in unlink_insn_chain()72 set_first_insn (nextlast); in unlink_insn_chain()