Searched refs:expected_loop_iterations_unbounded (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgloopanal.c260 expected_loop_iterations_unbounded (const struct loop *loop) function
311 gcov_type expected = expected_loop_iterations_unbounded (loop);
H A Dcfgloop.h317 gcov_type expected_loop_iterations_unbounded (const struct loop *);
H A Dcfgloopmanip.c528 gcov_type iterations = expected_loop_iterations_unbounded (loop);
627 (int)expected_loop_iterations_unbounded (loop));
H A Dcfgloop.c1878 (expected_loop_iterations_unbounded (loop) + 1);
H A Dtree-ssa-loop-niter.c3488 gcov_type nit = expected_loop_iterations_unbounded (loop) + 1;
H A Dtree-vect-loop.c5908 gcov_type expected_iterations = expected_loop_iterations_unbounded (loop);

Completed in 129 milliseconds