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

/freebsd-10.0-release/contrib/gcc/
H A Dcfgrtl.c554 rtx del_first = NULL_RTX, del_last = NULL_RTX;
569 del_first = del_last = b_head;
579 if (! del_last)
582 del_last = b_head;
621 delete_insn_chain (del_first, del_last);
548 rtx del_first = NULL_RTX, del_last = NULL_RTX; local

Completed in 111 milliseconds