Searched refs:nextlast (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c3390 rtx_insn *nextlast = NEXT_INSN (last);
3395 SET_NEXT_INSN (prevfirst) = nextlast;
3396 if (nextlast)
3397 SET_PREV_INSN (nextlast) = prevfirst;
3401 set_first_insn (nextlast);
3375 rtx_insn *nextlast = NEXT_INSN (last); local

Completed in 294 milliseconds