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

/freebsd-10.0-release/contrib/gcc/
H A Dcse.c3474 /* Fold MEM. Not to be called directly, see fold_rtx_mem instead. */
3643 fold_rtx_mem (rtx x, rtx insn)
3645 /* To avoid infinite oscillations between fold_rtx and fold_rtx_mem,
3647 happen because fold_rtx_mem will try to fold the address of the
3664 it is invoked fold_rtx_mem throws away a MEM, and since MEMs
3666 fold_rtx_mem corresponds to a new "top-level" operand, i.e.
3667 the source or the destination of a SET. So fold_rtx_mem is
3762 return fold_rtx_mem (x, insn);
3624 fold_rtx_mem (rtx x, rtx insn) function

Completed in 162 milliseconds