Home
last modified time | relevance | path

Searched refs:record_nonwrapping_iv (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-niter.cc3624 record_nonwrapping_iv (class loop *loop, tree base, tree step, gimple *stmt, in record_nonwrapping_iv() function
3800 record_nonwrapping_iv (loop, init, step, data->stmt, low, high, false, upper); in idx_infer_loop_bounds()
3912 record_nonwrapping_iv (loop, base, step, stmt, low, high, false, true); in infer_loop_bounds_from_pointer_arith()
3959 record_nonwrapping_iv (loop, base, step, stmt, low, high, false, true); in infer_loop_bounds_from_signedness()
DChangeLog-200725611 (record_nonwrapping_iv): Add "upper" argument. "data_size_bounds_p"
25616 call record_nonwrapping_iv with upper = false.
25618 record_nonwrapping_iv.
25821 (record_nonwrapping_iv): Use derive_constant_upper_bound to
DChangeLog-2006337 implies_nonnegative_p, implies_ge_p, record_nonwrapping_iv,
5560 (record_nonwrapping_iv, idx_infer_loop_bounds, infer_loop_bounds_from_ref,
DChangeLog-201712421 (get_cst_init_from_scev, record_nonwrapping_iv)
39157 (record_nonwrapping_iv): Improve boundary using above function if no
DChangeLog-202124986 (record_nonwrapping_iv): Same.
DChangeLog-201631378 (record_nonwrapping_iv): Do not fall back to the low/high bound
DChangeLog-201922655 (record_nonwrapping_iv): Same.
DChangeLog-201541346 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
DChangeLog-201440340 (record_nonwrapping_iv): Use wide-int interfaces.