Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-chrec.h75 extern tree evolution_part_in_loop_num (tree, unsigned);
H A Dtree-chrec.cc818 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
H A Dtree-ssa-loop-niter.cc3741 step = evolution_part_in_loop_num (ev, loop->num); in idx_infer_loop_bounds()
3891 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_pointer_arith()
3941 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_signedness()
H A Dtree-if-conv.cc781 step = evolution_part_in_loop_num (ev, loop->num); in idx_within_array_bound()
H A Dvr-values.cc1657 step = evolution_part_in_loop_num (chrec, loop->num); in bounds_of_var_in_loop()
H A Dtree-vect-loop.cc386 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb); in vect_is_simple_iv_evolution()
510 = evolution_part_in_loop_num (access_fn, loop->num); in vect_analyze_scalar_cycles_1()
H A DChangeLog-20086487 Call STRIP_NOPS before calling evolution_part_in_loop_num.
H A DChangeLog-20058967 Use initial_condition_in_loop_num and evolution_part_in_loop_num
H A DChangeLog-200412082 (evolution_part_in_loop_num): Call chrec_component_in_loop_num.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-chrec.h75 extern tree evolution_part_in_loop_num (tree, unsigned);
H A Dtree-chrec.c818 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
H A Dtree-ssa-loop-niter.c3619 step = evolution_part_in_loop_num (ev, loop->num); in idx_infer_loop_bounds()
3769 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_pointer_arith()
3819 step = evolution_part_in_loop_num (scev, loop->num); in infer_loop_bounds_from_signedness()
H A Dtree-if-conv.c774 step = evolution_part_in_loop_num (ev, loop->num); in idx_within_array_bound()
H A Dtree-vect-loop.c379 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb); in vect_is_simple_iv_evolution()
504 = evolution_part_in_loop_num (access_fn, loop->num); in vect_analyze_scalar_cycles_1()
H A Dvr-values.c1770 step = evolution_part_in_loop_num (chrec, loop->num); in adjust_range_with_scev()