Home
last modified time | relevance | path

Searched refs:evolution_part_in_loop_num (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-chrec.h78 extern tree evolution_part_in_loop_num (tree, unsigned);
H A Dtree-loop-linear.c147 tree tstride = evolution_part_in_loop_num in gather_interchange_stats()
H A Dlambda-code.c1293 step = evolution_part_in_loop_num (access_fn, loop->num); in gcc_loop_to_lambda_loop()
2143 step = evolution_part_in_loop_num (scev, loop->num); in replace_uses_equiv_to_x_with_y()
2327 tree step = evolution_part_in_loop_num (scev, loop->num); in can_convert_to_perfect_nest()
H A Dtree-chrec.c718 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
H A Dtree-data-ref.c911 step = evolution_part_in_loop_num (access_fn, loop->num); in estimate_niter_from_size_of_data()
1095 evolution = evolution_part_in_loop_num (access_fn, loop->num); in analyze_indirect_ref()
1285 evolution = evolution_part_in_loop_num (access_fn, loop->num); in analyze_offset_expr()
H A Dtree-vect-analyze.c1791 evolution_part = evolution_part_in_loop_num (access_fn, loop->num); in vect_can_advance_ivs_p()
H A Dtree-vectorizer.c1990 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb); in vect_is_simple_iv_evolution()
H A Dtree-ssa-loop-niter.c1792 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_undefined()
H A Dtree-vrp.c2491 step = evolution_part_in_loop_num (chrec, loop->num); in adjust_range_with_scev()
2619 step = evolution_part_in_loop_num (chrec, l->num); in vrp_var_may_overflow()
H A Dtree-vect-transform.c2543 unshare_expr (evolution_part_in_loop_num (access_fn, loop->num)); in vect_update_ivs_after_vectorizer()