Home
last modified time | relevance | path

Searched refs:noop_move_p (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c587 if (noop_move_p (insn) in delete_unmarked_insns()
H A Dregcprop.c1100 if (noop_move_p (insn)) in copyprop_hardreg_forward_1()
H A Drtl.h3492 extern int noop_move_p (const rtx_insn *);
H A Drtlanal.c1665 noop_move_p (const rtx_insn *insn) in noop_move_p() function
H A Dcombine.c1000 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 Ddce.cc587 if (noop_move_p (insn) in delete_unmarked_insns()
H A Dregcprop.cc1118 if (noop_move_p (insn)) in copyprop_hardreg_forward_1()
H A Dregrename.cc401 else if (noop_move_p (tmp->insn)) in find_rename_reg()
H A Drtl.h3631 extern int noop_move_p (const rtx_insn *);
H A Dcombine.cc969 if (INSN_P (insn) && noop_move_p (insn)) in delete_noop_moves()
14246 if (!noop_move_p (i3)) in distribute_notes()
H A DChangeLog-20018727 * 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 DChangeLog-200713377 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 DChangeLog-19984632 noop_move_p): New static functions, broken out of life_analysis_1.
H A DChangeLog-200816454 * rtlanal.c (noop_move_p): Likewise.
H A DChangeLog-20214 * regrename.c (find_rename_reg): Test noop_move_p on the first
H A DChangeLog-201631335 than remembered mode, either delete it (if noop_move_p), or
H A DChangeLog-20201236 * rtlanal.c (noop_move_p): Don't check for REG_EQUAL notes.
H A DChangeLog-201813768 (noop_move_p): Likewise.
H A DChangeLog-201911956 * rtlanal.c (reg_referenced_p, set_of_1, single_set_2, noop_move_p)
H A DChangeLog-201327780 * rtlanal.c (noop_move_p): Check the code to be executed for COND_EXEC.
H A DChangeLog-201533712 * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchanges.cc790 else if (noop_move_p (rtl)) in recog_level2()