HomeSort by: relevance | last modified time | path
    Searched defs:try_combine (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
combine.cc 113 before throwing it at try_combine. That is problematic when there
272 I2 or I1 in try_combine were an insn that used the old value of a register
424 static rtx_insn *try_combine (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
817 /* Subroutine of try_combine. Determine whether the replacement patterns
1273 if ((next = try_combine (insn, links->insn, NULL,
1294 if ((next = try_combine (insn, link, nextlinks->insn,
1309 if ((next = try_combine (insn, links->insn,
1338 if ((next = try_combine (insn, link, link1,
1349 if ((next = try_combine (insn, link, link1,
1366 if ((next = try_combine (insn, link, link1
2521 try_combine (rtx_insn *i3, rtx_insn *i2, rtx_insn *i1, rtx_insn *i0, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 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
2519 try_combine (rtx_insn *i3, rtx_insn *i2, rtx_insn *i1, rtx_insn *i0, function
    [all...]

Completed in 68 milliseconds