/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 474 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 D | ChangeLog.dataflow | 1167 move_deaths, distribute_notes, distribute_links): Rename stuff
|
H A D | FSFChangeLog.11 | 6634 * 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 D | FSFChangeLog.10 | 5697 * 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 D | ChangeLog-2017 | 2995 * 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 D | ChangeLog-2009 | 20629 * combine.c (move_deaths): Compare LUIDs within the same BB only. 27762 (recog_for_combine, move_deaths): Likewise.
|
H A D | ChangeLog-2015 | 32427 * combine.c (move_deaths, distribute_notes): Likewise. 32534 (move_deaths, distribute_notes): Likewise.
|
H A D | ChangeLog-1999 | 10471 use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
|
H A D | ChangeLog-2004 | 26708 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 D | ChangeLog-2014 | 23313 (move_deaths): Likewise for local "where_dead". 27107 (move_deaths): Likewise for param "to_insn".
|
H A D | ChangeLog-2008 | 14793 * combine.c (move_deaths, distribute_notes): Likewise.
|
H A D | ChangeLog-2000 | 24266 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
|
H A D | ChangeLog-2007 | 20001 (move_deaths): Use END_HARD_REGNO.
|
H A D | ChangeLog-2002 | 16881 * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
|
H A D | ChangeLog-2018 | 28426 * combine.c (move_deaths): Use prev_real_nondebug_insn instead of
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 488 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 D | FSFChangeLog.11 | 6634 * 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 D | FSFChangeLog.10 | 5697 * combine.c (move_deaths): When have a multi-reg hard register, 8804 (move_deaths): New variables before_dead and after_dead. Set them
|