Home
last modified time | relevance | path

Searched refs:move_deaths (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc474 static void move_deaths (rtx, rtx, int, rtx_insn *, rtx *);
4477 move_deaths (newi2pat, NULL_RTX, from_luid, i2, &midnotes); in try_combine()
4478 move_deaths (newpat, newi2pat, from_luid, i3, &midnotes); in try_combine()
13963 move_deaths (rtx x, rtx maybe_kill_insn, int from_luid, rtx_insn *to_insn, in move_deaths() function
14051 move_deaths (regno_reg_rtx[i], in move_deaths()
14071 move_deaths (SET_SRC (x), maybe_kill_insn, from_luid, to_insn, pnotes); in move_deaths()
14084 move_deaths (dest, maybe_kill_insn, from_luid, to_insn, pnotes); in move_deaths()
14098 move_deaths (XEXP (dest, 0), maybe_kill_insn, from_luid, in move_deaths()
14115 move_deaths (XVECEXP (x, i, j), maybe_kill_insn, from_luid, in move_deaths()
14119 move_deaths (XEXP (x, i), maybe_kill_insn, from_luid, to_insn, pnotes); in move_deaths()
H A DChangeLog.dataflow1167 move_deaths, distribute_notes, distribute_links): Rename stuff
H A DFSFChangeLog.116634 * combine.c (move_deaths): Handle partial REG_DEAD note for
12069 * combine.c (move_deaths): New parameter maybe_kill_insn.
12071 (try_combine): Pass new arg to move_deaths.
H A DFSFChangeLog.105697 * combine.c (move_deaths): When have a multi-reg hard register,
8804 (move_deaths): New variables before_dead and after_dead. Set them
H A DChangeLog-20172995 * combine.c (move_deaths): If reg_stat points to a too new insn in
3577 * combine.c (move_deaths): If we do not know where a register died,
10051 (move_deaths): Likewise.
15755 (move_deaths): Likewise.
17714 (move_deaths): Likewise.
H A DChangeLog-200920629 * combine.c (move_deaths): Compare LUIDs within the same BB only.
27762 (recog_for_combine, move_deaths): Likewise.
H A DChangeLog-201532427 * combine.c (move_deaths, distribute_notes): Likewise.
32534 (move_deaths, distribute_notes): Likewise.
H A DChangeLog-199910471 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
H A DChangeLog-200426708 mark_used_regs_combine, move_deaths, unmentioned_reg_p_1): Likewise.
43988 reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
H A DChangeLog-201423313 (move_deaths): Likewise for local "where_dead".
27107 (move_deaths): Likewise for param "to_insn".
H A DChangeLog-200814793 * combine.c (move_deaths, distribute_notes): Likewise.
H A DChangeLog-200024266 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
H A DChangeLog-200720001 (move_deaths): Use END_HARD_REGNO.
H A DChangeLog-200216881 * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
H A DChangeLog-201828426 * combine.c (move_deaths): Use prev_real_nondebug_insn instead of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c488 static void move_deaths (rtx, rtx, int, rtx_insn *, rtx *);
4593 move_deaths (newi2pat, NULL_RTX, from_luid, i2, &midnotes); in try_combine()
4594 move_deaths (newpat, newi2pat, from_luid, i3, &midnotes); in try_combine()
14072 move_deaths (rtx x, rtx maybe_kill_insn, int from_luid, rtx_insn *to_insn, in move_deaths() function
14160 move_deaths (regno_reg_rtx[i], in move_deaths()
14180 move_deaths (SET_SRC (x), maybe_kill_insn, from_luid, to_insn, pnotes); in move_deaths()
14193 move_deaths (dest, maybe_kill_insn, from_luid, to_insn, pnotes); in move_deaths()
14207 move_deaths (XEXP (dest, 0), maybe_kill_insn, from_luid, in move_deaths()
14224 move_deaths (XVECEXP (x, i, j), maybe_kill_insn, from_luid, in move_deaths()
14228 move_deaths (XEXP (x, i), maybe_kill_insn, from_luid, to_insn, pnotes); in move_deaths()
H A DFSFChangeLog.116634 * combine.c (move_deaths): Handle partial REG_DEAD note for
12069 * combine.c (move_deaths): New parameter maybe_kill_insn.
12071 (try_combine): Pass new arg to move_deaths.
H A DFSFChangeLog.105697 * combine.c (move_deaths): When have a multi-reg hard register,
8804 (move_deaths): New variables before_dead and after_dead. Set them