Searched refs:scev_probably_wraps_p (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dtree-chrec.c1193 && scev_probably_wraps_p (*base, *step, at_stmt, loop,
1218 && scev_probably_wraps_p (new_base, new_step, at_stmt, loop, false))
H A Dtree-flow.h826 bool scev_probably_wraps_p (tree, tree, tree, struct loop *, bool);
H A Dtree-ssa-loop-niter.c2000 scev_probably_wraps_p (tree base, tree step, function
H A Dtree-vrp.c2507 || scev_probably_wraps_p (init, step, stmt,
2635 if (scev_probably_wraps_p (init, step, stmt,

Completed in 103 milliseconds