Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDcombine.c11660 move_deaths (rtx x, rtx maybe_kill_insn, int from_cuid, rtx to_insn, in move_deaths() argument
11674 if (maybe_kill_insn && reg_set_p (x, maybe_kill_insn) in move_deaths()
11675 && ! reg_referenced_p (x, maybe_kill_insn)) in move_deaths()
11749 maybe_kill_insn, from_cuid, to_insn, &oldnotes); in move_deaths()
11770 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths()
11786 move_deaths (dest, maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths()
11800 move_deaths (XEXP (dest, 0), maybe_kill_insn, from_cuid, in move_deaths()
11817 move_deaths (XVECEXP (x, i, j), maybe_kill_insn, from_cuid, in move_deaths()
11821 move_deaths (XEXP (x, i), maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths()
HDFSFChangeLog.1112069 * combine.c (move_deaths): New parameter maybe_kill_insn.
12070 Don't move note if reg killed by maybe_kill_insn.