Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-chrec.h78 extern tree evolution_part_in_loop_num (tree, unsigned);
Dtree-loop-linear.c147 tree tstride = evolution_part_in_loop_num in gather_interchange_stats()
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()
Dtree-chrec.c718 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
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()
Dtree-vect-analyze.c1846 evolution_part = evolution_part_in_loop_num (access_fn, loop->num); in vect_can_advance_ivs_p()
Dtree-vectorizer.c1990 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb); in vect_is_simple_iv_evolution()
Dtree-ssa-loop-niter.c1792 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_undefined()
Dtree-vrp.c2491 step = evolution_part_in_loop_num (chrec, loop->num); in adjust_range_with_scev()
2625 step = evolution_part_in_loop_num (chrec, l->num); in vrp_var_may_overflow()
Dtree-vect-transform.c2543 unshare_expr (evolution_part_in_loop_num (access_fn, loop->num)); in vect_update_ivs_after_vectorizer()
DChangeLog-20058968 Use initial_condition_in_loop_num and evolution_part_in_loop_num
DChangeLog-200412082 (evolution_part_in_loop_num): Call chrec_component_in_loop_num.