Searched refs:evolution_part_in_loop_num (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.h | 75 extern tree evolution_part_in_loop_num (tree, unsigned);
|
H A D | tree-chrec.cc | 818 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
|
H A D | tree-ssa-loop-niter.cc | 3741 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 D | tree-if-conv.cc | 781 step = evolution_part_in_loop_num (ev, loop->num); in idx_within_array_bound()
|
H A D | vr-values.cc | 1657 step = evolution_part_in_loop_num (chrec, loop->num); in bounds_of_var_in_loop()
|
H A D | tree-vect-loop.cc | 386 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 D | ChangeLog-2008 | 6487 Call STRIP_NOPS before calling evolution_part_in_loop_num.
|
H A D | ChangeLog-2005 | 8967 Use initial_condition_in_loop_num and evolution_part_in_loop_num
|
H A D | ChangeLog-2004 | 12082 (evolution_part_in_loop_num): Call chrec_component_in_loop_num.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.h | 75 extern tree evolution_part_in_loop_num (tree, unsigned);
|
H A D | tree-chrec.c | 818 evolution_part_in_loop_num (tree chrec, in evolution_part_in_loop_num() function
|
H A D | tree-ssa-loop-niter.c | 3619 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 D | tree-if-conv.c | 774 step = evolution_part_in_loop_num (ev, loop->num); in idx_within_array_bound()
|
H A D | tree-vect-loop.c | 379 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 D | vr-values.c | 1770 step = evolution_part_in_loop_num (chrec, loop->num); in adjust_range_with_scev()
|