Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Drtl.h1708 extern int noop_move_p (rtx);
Dflow.c805 if (INSN_P (insn) && noop_move_p (insn)) in delete_noop_moves()
Drtlanal.c1031 noop_move_p (rtx insn) in noop_move_p() function
Dcombine.c12330 if (noop_move_p (place)) in distribute_notes()
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.
DChangeLog-19984632 noop_move_p): New static functions, broken out of life_analysis_1.