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

/freebsd-9.3-release/contrib/gcc/
H A Dcombine.c393 static int can_combine_p (rtx, rtx, rtx, rtx, rtx *, rtx *);
1147 can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ,
1520 /* This is the same test done in can_combine_p except we can't test
1527 function argument; the all_adjacent test in can_combine_p also
2152 if (! can_combine_p (i2, i3, i1, NULL_RTX, &i2dest, &i2src)
2153 || (i1 && ! can_combine_p (i1, i3, NULL_RTX, i2, &i1dest, &i1src)))
1137 can_combine_p (rtx insn, rtx i3, rtx pred ATTRIBUTE_UNUSED, rtx succ, function

Completed in 115 milliseconds