Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c3092 rtx elim_i2 = ((newi2pat && reg_set_p (i2dest, newi2pat)) in try_combine() local
3226 elim_i2, elim_i1); in try_combine()
3229 elim_i2, elim_i1); in try_combine()
3232 elim_i2, elim_i1); in try_combine()
3235 elim_i2, elim_i1); in try_combine()
3275 NULL_RTX, i2, NULL_RTX, elim_i2, elim_i1); in try_combine()
3280 elim_i2, elim_i1); in try_combine()
11882 distribute_notes (rtx notes, rtx from_insn, rtx i3, rtx i2, rtx elim_i2, in distribute_notes() argument
12168 else if ((rtx_equal_p (XEXP (note, 0), elim_i2) in distribute_notes()
HDChangeLog-19971420 * combine.c (try_combine): When setting elim_i2, check whether newi2pat
1422 elim_i2 and elim_i1. When setting elim_i1, check if newi2pat
HDFSFChangeLog2481 * combine.c (try_combine.c): Pass elim_i2 and elim_i1 to
HDChangeLog-20055835 (try_combine): Only set elim_i1 and elim_i2 if the destination is
5838 elim_i1 and elim_i2.
HDChangeLog-20004765 * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
HDChangeLog-200322707 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate