Lines Matching defs:try_combine
117 before throwing it at try_combine. That is problematic when there
276 I2 or I1 in try_combine were an insn that used the old value of a register
427 static rtx_insn *try_combine (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
819 /* Subroutine of try_combine. Determine whether the replacement patterns
1275 if ((next = try_combine (insn, links->insn, NULL,
1296 if ((next = try_combine (insn, link, nextlinks->insn,
1311 if ((next = try_combine (insn, links->insn,
1340 if ((next = try_combine (insn, link, link1,
1351 if ((next = try_combine (insn, link, link1,
1368 if ((next = try_combine (insn, link, link1,
1378 if ((next = try_combine (insn, link, link1,
1410 be deleted or recognized by try_combine. */
1419 next = try_combine (insn, i2mod, NULL, NULL,
2221 not. This is used in try_combine to detect early some cases where we
2525 Set NEW_DIRECT_JUMP_P to a nonzero value if try_combine creates a
2529 been I3 passed to an earlier try_combine within the same basic
2533 try_combine (rtx_insn *i3, rtx_insn *i2, rtx_insn *i1, rtx_insn *i0,
4854 try_combine will call this function to see if an insn can be split into
14266 prerequisite checking in try_combine. */