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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-chrec.h80 extern tree evolution_part_in_loop_num (tree, unsigned);
H A Dtree-loop-linear.c147 tree tstride = evolution_part_in_loop_num
H A Dlambda-code.c1293 step = evolution_part_in_loop_num (access_fn, loop->num);
2143 step = evolution_part_in_loop_num (scev, loop->num);
2327 tree step = evolution_part_in_loop_num (scev, loop->num);
H A Dtree-chrec.c717 evolution_part_in_loop_num ({{0, +, 1}_1, +, 2}_1, 1) returns
721 evolution_part_in_loop_num (tree chrec,
718 evolution_part_in_loop_num (tree chrec, function
H A Dtree-vect-analyze.c1846 evolution_part = evolution_part_in_loop_num (access_fn, loop->num);
H A Dtree-vectorizer.c1991 tree evolution_part = evolution_part_in_loop_num (access_fn, loop_nb);
H A Dtree-data-ref.c913 step = evolution_part_in_loop_num (access_fn, loop->num);
1097 evolution = evolution_part_in_loop_num (access_fn, loop->num);
1288 evolution = evolution_part_in_loop_num (access_fn, loop->num);
H A Dtree-ssa-loop-niter.c1792 step = evolution_part_in_loop_num (scev, loop->num);
H A Dtree-vrp.c2491 step = evolution_part_in_loop_num (chrec, loop->num);
2625 step = evolution_part_in_loop_num (chrec, l->num);
H A Dtree-vect-transform.c2543 unshare_expr (evolution_part_in_loop_num (access_fn, loop->num));

Completed in 107 milliseconds