Searched refs:expected_loop_iterations (Results 1 – 7 of 7) sorted by relevance
238 extern unsigned expected_loop_iterations (const struct loop *);
313 if (expected_loop_iterations (loop) < 1) in unswitch_single_loop()
880 if (loop->header->count && expected_loop_iterations (loop) < 2 * nunroll) in decide_unroll_runtime_iterations()1215 unsigned niter = expected_loop_iterations (loop); in decide_peel_simple()1374 && expected_loop_iterations (loop) < 2 * nunroll) in decide_unroll_stupid()
518 est_niter = expected_loop_iterations (loop); in doloop_optimize()
419 expected_loop_iterations (const struct loop *loop) in expected_loop_iterations() function
858 est_niter = expected_loop_iterations (loop); in tree_unroll_loop()
10770 (expected_loop_iterations): Likewise.35501 * cfgloopanal.c (expected_loop_iterations): Change the return value