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

/freebsd-9.3-release/contrib/gcc/
H A Dcombine.c11701 That said, don't move registers killed by maybe_kill_insn.
11707 move_deaths (rtx x, rtx maybe_kill_insn, int from_cuid, rtx to_insn,
11721 if (maybe_kill_insn && reg_set_p (x, maybe_kill_insn)
11722 && ! reg_referenced_p (x, maybe_kill_insn))
11796 maybe_kill_insn, from_cuid, to_insn, &oldnotes);
11817 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes); local
11833 move_deaths (dest, maybe_kill_insn, from_cuid, to_insn, pnotes);
11847 move_deaths (XEXP (dest, 0), maybe_kill_insn, from_cuid,
11864 move_deaths (XVECEXP (x, i, j), maybe_kill_insn, from_cui
11660 move_deaths(rtx x, rtx maybe_kill_insn, int from_cuid, rtx to_insn, rtx *pnotes) argument
11770 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes); local
11821 move_deaths (XEXP (x, i), maybe_kill_insn, from_cuid, to_insn, pnotes); local
[all...]

Completed in 132 milliseconds