Home
last modified time | relevance | path

Searched refs:expected_loop_iterations (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcfgloop.h238 extern unsigned expected_loop_iterations (const struct loop *);
H A Dloop-unswitch.c313 if (expected_loop_iterations (loop) < 1) in unswitch_single_loop()
H A Dloop-unroll.c880 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()
H A Dloop-doloop.c518 est_niter = expected_loop_iterations (loop); in doloop_optimize()
H A Dcfgloopanal.c419 expected_loop_iterations (const struct loop *loop) in expected_loop_iterations() function
H A Dtree-ssa-loop-manip.c858 est_niter = expected_loop_iterations (loop); in tree_unroll_loop()
H A DChangeLog-200410770 (expected_loop_iterations): Likewise.
35501 * cfgloopanal.c (expected_loop_iterations): Change the return value