Searched refs:del_first (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;
884 del_first = b_head;
901 del_first = a_end;
913 del_first = tmp;
917 a_end = PREV_INSN (del_first);
920 del_first = NEXT_INSN (a_end);
926 delete_insn_chain (del_first, del_last, true);
846 rtx_insn *del_first = NULL, *del_last = NULL; local

Completed in 102 milliseconds