Searched refs:evolution_part_in_loop_num (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-chrec.h | 71 extern tree evolution_part_in_loop_num (tree, unsigned);
|
H A D | tree-ssa-loop-niter.c | 2724 step = evolution_part_in_loop_num (ev, loop->num); in idx_infer_loop_bounds() 2867 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_pointer_arith() 2917 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_signedness()
|
H A D | tree-chrec.c | 808 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
|
H A D | tree-vect-loop-manip.c | 1720 evolution_part = evolution_part_in_loop_num (access_fn, loop->num); in vect_can_advance_ivs_p()
|
H A D | tree-vect-loop.c | 487 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb); in vect_is_simple_iv_evolution() 576 = evolution_part_in_loop_num (access_fn, loop->num); in vect_analyze_scalar_cycles_1()
|
H A D | tree-vrp.c | 3365 step = evolution_part_in_loop_num (chrec, loop->num); in adjust_range_with_scev() 3532 step = evolution_part_in_loop_num (chrec, l->num); in vrp_var_may_overflow()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-chrec.h | 72 extern tree evolution_part_in_loop_num (tree, unsigned);
|
H A D | tree-ssa-loop-niter.c | 3303 step = evolution_part_in_loop_num (ev, loop->num); in idx_infer_loop_bounds() 3453 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_pointer_arith() 3503 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_signedness()
|
H A D | tree-chrec.c | 864 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
|
H A D | tree-if-conv.c | 765 step = evolution_part_in_loop_num (ev, loop->num); in idx_within_array_bound()
|
H A D | tree-vect-loop.c | 722 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb); in vect_is_simple_iv_evolution() 827 = evolution_part_in_loop_num (access_fn, loop->num); in vect_analyze_scalar_cycles_1()
|
H A D | vr-values.c | 1732 step = evolution_part_in_loop_num (chrec, loop->num); in adjust_range_with_scev()
|