Searched refs:noop_move_p (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c587 if (noop_move_p (insn)
H A Dregcprop.c1100 if (noop_move_p (insn))
H A Drtl.h3496 extern int noop_move_p (const rtx_insn *);
H A Drtlanal.c1679 noop_move_p (const rtx_insn *insn)
1665 noop_move_p (const rtx_insn *insn) function
H A Dcombine.c1007 if (INSN_P (insn) && noop_move_p (insn))
14392 if (!noop_move_p (i3))
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchanges.cc790 else if (noop_move_p (rtl))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddce.cc587 if (noop_move_p (insn)
H A Dregcprop.cc1118 if (noop_move_p (insn))
H A Dregrename.cc401 else if (noop_move_p (tmp->insn))
H A Drtl.h3635 extern int noop_move_p (const rtx_insn *);
H A Drtlanal.cc1717 noop_move_p (const rtx_insn *insn)
1703 noop_move_p (const rtx_insn *insn) function
H A Dcombine.cc976 if (INSN_P (insn) && noop_move_p (insn))
14295 if (!noop_move_p (i3))

Completed in 485 milliseconds