Searched refs:number_of_iterations_exit (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-ivcanon.c | 417 if (!number_of_iterations_exit (loop, exit, &niter, false)) in empty_loop_p()
|
H A D | tree-ssa-loop-niter.c | 1045 number_of_iterations_exit (struct loop *loop, edge exit, in number_of_iterations_exit() function 1192 if (!number_of_iterations_exit (loop, ex, &desc, false)) in find_loop_niter() 1870 if (!number_of_iterations_exit (loop, exits[i], &niter_desc, false)) in estimate_numbers_of_iterations_loop()
|
H A D | tree-flow.h | 818 bool number_of_iterations_exit (struct loop *, edge,
|
H A D | tree-ssa-loop-manip.c | 655 if (!number_of_iterations_exit (loop, exit, niter, false) in can_unroll_loop_p()
|
H A D | predict.c | 688 if (number_of_iterations_exit (loop, exits[j], &niter_desc, false)) in predict_loops()
|
H A D | tree-scalar-evolution.c | 2492 if (!number_of_iterations_exit (loop, exit, &niter_desc, false)) in number_of_iterations_in_loop()
|
H A D | tree-ssa-loop-ivopts.c | 783 if (number_of_iterations_exit (data->current_loop, in niter_for_exit()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | loop.texi | 428 given exit can be determined using @code{number_of_iterations_exit}
|
H A D | gccint.info | 8323 given exit can be determined using `number_of_iterations_exit'
|