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

  /src/external/gpl3/gcc/dist/gcc/
combine.cc 419 static bool can_combine_p (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
1740 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED,
2135 /* This is the same test done in can_combine_p except we can't test
2142 function argument; the all_adjacent test in can_combine_p also
2756 that usually (see can_combine_p), so do not here either. */
2950 if (!can_combine_p (i2, i3, i0, i1, NULL, NULL, &i2dest, &i2src))
2957 if (i1 && !can_combine_p (i1, i3, i0, NULL, i2, NULL, &i1dest, &i1src))
2964 if (i0 && !can_combine_p (i0, i3, NULL, NULL, i1, i2, &i0dest, &i0src))
1729 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED, function
combine.cc 419 static bool can_combine_p (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
1740 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED,
2135 /* This is the same test done in can_combine_p except we can't test
2142 function argument; the all_adjacent test in can_combine_p also
2756 that usually (see can_combine_p), so do not here either. */
2950 if (!can_combine_p (i2, i3, i0, i1, NULL, NULL, &i2dest, &i2src))
2957 if (i1 && !can_combine_p (i1, i3, i0, NULL, i2, NULL, &i1dest, &i1src))
2964 if (i0 && !can_combine_p (i0, i3, NULL, NULL, i1, i2, &i0dest, &i0src))
1729 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED, function
combine.cc 419 static bool can_combine_p (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
1740 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED,
2135 /* This is the same test done in can_combine_p except we can't test
2142 function argument; the all_adjacent test in can_combine_p also
2756 that usually (see can_combine_p), so do not here either. */
2950 if (!can_combine_p (i2, i3, i0, i1, NULL, NULL, &i2dest, &i2src))
2957 if (i1 && !can_combine_p (i1, i3, i0, NULL, i2, NULL, &i1dest, &i1src))
2964 if (i0 && !can_combine_p (i0, i3, NULL, NULL, i1, i2, &i0dest, &i0src))
1729 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED, function
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 423 static int can_combine_p (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
1738 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED,
2133 /* This is the same test done in can_combine_p except we can't test
2140 function argument; the all_adjacent test in can_combine_p also
2753 that usually (see can_combine_p), so do not here either. */
2947 if (!can_combine_p (i2, i3, i0, i1, NULL, NULL, &i2dest, &i2src))
2954 if (i1 && !can_combine_p (i1, i3, i0, NULL, i2, NULL, &i1dest, &i1src))
2961 if (i0 && !can_combine_p (i0, i3, NULL, NULL, i1, i2, &i0dest, &i0src))
1727 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED, function
combine.cc 423 static int can_combine_p (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
1738 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED,
2133 /* This is the same test done in can_combine_p except we can't test
2140 function argument; the all_adjacent test in can_combine_p also
2753 that usually (see can_combine_p), so do not here either. */
2947 if (!can_combine_p (i2, i3, i0, i1, NULL, NULL, &i2dest, &i2src))
2954 if (i1 && !can_combine_p (i1, i3, i0, NULL, i2, NULL, &i1dest, &i1src))
2961 if (i0 && !can_combine_p (i0, i3, NULL, NULL, i1, i2, &i0dest, &i0src))
1727 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED, function
combine.cc 423 static int can_combine_p (rtx_insn *, rtx_insn *, rtx_insn *, rtx_insn *,
1738 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED,
2133 /* This is the same test done in can_combine_p except we can't test
2140 function argument; the all_adjacent test in can_combine_p also
2753 that usually (see can_combine_p), so do not here either. */
2947 if (!can_combine_p (i2, i3, i0, i1, NULL, NULL, &i2dest, &i2src))
2954 if (i1 && !can_combine_p (i1, i3, i0, NULL, i2, NULL, &i1dest, &i1src))
2961 if (i0 && !can_combine_p (i0, i3, NULL, NULL, i1, i2, &i0dest, &i0src))
1727 can_combine_p (rtx_insn *insn, rtx_insn *i3, rtx_insn *pred ATTRIBUTE_UNUSED, function

Completed in 179 milliseconds