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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-iv.c1992 rtx op0, op1, delta, step, bound, may_xform, tmp, tmp0, tmp1; local
2213 may_xform = const0_rtx;
2229 may_xform = const_true_rtx;
2237 may_xform = simplify_gen_relational (cond, SImode, mode,
2249 may_xform = simplify_gen_relational (cond, SImode, mode,
2257 if (may_xform != const0_rtx)
2262 if (may_xform != const_true_rtx)
2271 desc->assumptions = alloc_EXPR_LIST (0, may_xform,

Completed in 21 milliseconds