Searched refs:noop_move_p (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dce.c | 587 if (noop_move_p (insn) in delete_unmarked_insns()
|
H A D | regcprop.c | 1100 if (noop_move_p (insn)) in copyprop_hardreg_forward_1()
|
H A D | rtl.h | 3492 extern int noop_move_p (const rtx_insn *);
|
H A D | rtlanal.c | 1665 noop_move_p (const rtx_insn *insn) in noop_move_p() function
|
H A D | combine.c | 1000 if (INSN_P (insn) && noop_move_p (insn)) in delete_noop_moves() 14343 if (!noop_move_p (i3)) in distribute_notes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dce.cc | 587 if (noop_move_p (insn) in delete_unmarked_insns()
|
H A D | regcprop.cc | 1118 if (noop_move_p (insn)) in copyprop_hardreg_forward_1()
|
H A D | regrename.cc | 401 else if (noop_move_p (tmp->insn)) in find_rename_reg()
|
H A D | rtl.h | 3631 extern int noop_move_p (const rtx_insn *);
|
H A D | combine.cc | 969 if (INSN_P (insn) && noop_move_p (insn)) in delete_noop_moves() 14246 if (!noop_move_p (i3)) in distribute_notes()
|
H A D | ChangeLog-2001 | 8727 * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note 15992 * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE. 16438 for noop_move_p down to catch all cases. 16577 * rtlanal.c (noop_move_p): ... here. 16578 * rtl.h (noop_move_p): Declare.
|
H A D | ChangeLog-2007 | 13377 subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise. 13379 cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
|
H A D | ChangeLog-1998 | 4632 noop_move_p): New static functions, broken out of life_analysis_1.
|
H A D | ChangeLog-2008 | 16454 * rtlanal.c (noop_move_p): Likewise.
|
H A D | ChangeLog-2021 | 4 * regrename.c (find_rename_reg): Test noop_move_p on the first
|
H A D | ChangeLog-2016 | 31335 than remembered mode, either delete it (if noop_move_p), or
|
H A D | ChangeLog-2020 | 1236 * rtlanal.c (noop_move_p): Don't check for REG_EQUAL notes.
|
H A D | ChangeLog-2018 | 13768 (noop_move_p): Likewise.
|
H A D | ChangeLog-2019 | 11956 * rtlanal.c (reg_referenced_p, set_of_1, single_set_2, noop_move_p)
|
H A D | ChangeLog-2013 | 27780 * rtlanal.c (noop_move_p): Check the code to be executed for COND_EXEC.
|
H A D | ChangeLog-2015 | 33712 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | changes.cc | 790 else if (noop_move_p (rtl)) in recog_level2()
|