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

/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c853 rtx_insn *del_first = NULL, *del_last = NULL;
873 del_first = del_last = b_head;
883 if (! del_last)
886 del_last = b_head;
926 delete_insn_chain (del_first, del_last, true);
846 rtx_insn *del_first = NULL, *del_last = NULL; local

Completed in 93 milliseconds