Searched refs:scev_probably_wraps_p (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-chrec.c | 1189 && 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()
|
| HD | tree-flow.h | 826 bool scev_probably_wraps_p (tree, tree, tree, struct loop *, bool);
|
| HD | tree-ssa-loop-niter.c | 2000 scev_probably_wraps_p (tree base, tree step, in scev_probably_wraps_p() function
|
| HD | tree-vrp.c | 2507 || 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()
|
| HD | ChangeLog | 1168 (scev_probably_wraps_p): Likewise.
|
| HD | ChangeLog-2005 | 7347 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 …]
|
| HD | ChangeLog-2006 | 3701 * 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
|