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

/freebsd-10.0-release/contrib/gcc/
H A Dflow.c318 static void attempt_auto_inc (struct propagate_block_info *, rtx, rtx, rtx,
3508 attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
3713 attempt_auto_inc (pbi, gen_rtx_POST_INC (Pmode, addr), insn, x,
3717 attempt_auto_inc (pbi, gen_rtx_POST_DEC (Pmode, addr), insn, x,
3721 attempt_auto_inc (pbi, gen_rtx_PRE_INC (Pmode, addr), insn, x,
3725 attempt_auto_inc (pbi, gen_rtx_PRE_DEC (Pmode, addr), insn, x,
3728 attempt_auto_inc (pbi, gen_rtx_POST_MODIFY (Pmode, addr,
3734 attempt_auto_inc (pbi, gen_rtx_PRE_MODIFY (Pmode, addr,
3746 attempt_auto_inc (pbi, gen_rtx_POST_MODIFY (Pmode, addr,
3499 attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn, function

Completed in 101 milliseconds