Home
last modified time | relevance | path

Searched refs:scev_probably_wraps_p (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-chrec.c1189 && scev_probably_wraps_p (*base, *step, at_stmt, loop, in convert_affine_scev()
1214 && scev_probably_wraps_p (new_base, new_step, at_stmt, loop, false)) in convert_affine_scev()
HDtree-flow.h826 bool scev_probably_wraps_p (tree, tree, tree, struct loop *, bool);
HDtree-ssa-loop-niter.c2000 scev_probably_wraps_p (tree base, tree step, in scev_probably_wraps_p() function
HDtree-vrp.c2507 || scev_probably_wraps_p (init, step, stmt, in adjust_range_with_scev()
2635 if (scev_probably_wraps_p (init, step, stmt, in vrp_var_may_overflow()
HDChangeLog1168 (scev_probably_wraps_p): Likewise.
HDChangeLog-20057347 scev_probably_wraps_p that would fail on parametric evolutions.
7356 * tree-ssa-loop-niter.c (scev_probably_wraps_p, convert_step): Check
7766 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Check that the
8798 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.
8954 * tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter.
8964 (scev_probably_wraps_p): Pass an extra parameter. Call
8970 scev_probably_wraps_p.
13921 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Handle type
15507 (convert_step_widening, scev_probably_wraps_p): Add a call to
15694 (scev_probably_wraps_p): Declared.
[all …]
HDChangeLog-20063701 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in
5152 call to scev_probably_wraps_p.
5156 (scev_probably_wraps_p): Rewritten.
5164 * tree-flow.h (scev_probably_wraps_p): Declaration changed.
6440 (convert_step_widening, scev_probably_wraps_p): Call