Home
last modified time | relevance | path

Searched refs:expected_loop_iterations_unbounded (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopanal.c245 expected_loop_iterations_unbounded (const class loop *loop, in expected_loop_iterations_unbounded() function
319 gcov_type expected = expected_loop_iterations_unbounded (loop); in expected_loop_iterations()
H A Dcfgloop.h405 gcov_type expected_loop_iterations_unbounded (const class loop *,
H A Dcfgloopmanip.c532 gcov_type iterations = expected_loop_iterations_unbounded (loop, NULL, true); in scale_loop_profile()
614 (int)expected_loop_iterations_unbounded (loop, NULL, true)); in scale_loop_profile()
H A Dcfgloop.c142 gcov_type nit = expected_loop_iterations_unbounded (loop, &read_profile_p); in flow_loop_dump()
2008 (expected_loop_iterations_unbounded (loop) + 1); in get_estimated_loop_iterations()
H A Dprofile.c1457 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob()
H A Dtree-ssa-loop-manip.c1140 gcov_type est_niter = expected_loop_iterations_unbounded (loop, &profile_p); in niter_for_unrolled_loop()
H A Dpredict.c4042 (int)expected_loop_iterations_unbounded (loop)); in execute()
H A Dtree-ssa-loop-niter.c4272 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.cc245 expected_loop_iterations_unbounded (const class loop *loop, in expected_loop_iterations_unbounded() function
319 gcov_type expected = expected_loop_iterations_unbounded (loop); in expected_loop_iterations()
H A Dcfgloop.h405 gcov_type expected_loop_iterations_unbounded (const class loop *,
H A Dcfgloopmanip.cc531 gcov_type iterations = expected_loop_iterations_unbounded (loop, NULL, true); in scale_loop_profile()
613 (int)expected_loop_iterations_unbounded (loop, NULL, true)); in scale_loop_profile()
H A Dcfgloop.cc144 gcov_type nit = expected_loop_iterations_unbounded (loop, &read_profile_p); in flow_loop_dump()
2020 (expected_loop_iterations_unbounded (loop) + 1); in get_estimated_loop_iterations()
H A Dtree-ssa-loop-manip.cc1150 gcov_type est_niter = expected_loop_iterations_unbounded (loop, &profile_p); in niter_for_unrolled_loop()
H A Dprofile.cc1552 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob()
H A Dpredict.cc4121 (int)expected_loop_iterations_unbounded (loop)); in execute()
H A Dtree-ssa-loop-niter.cc4397 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations()
H A DChangeLog-201617587 * cfgloopanal.c (expected_loop_iterations_unbounded): When we
18511 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
19778 * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
23580 * cfgloop.h (expected_loop_iterations_unbounded,
23582 * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
H A DChangeLog-200723985 and expected_loop_iterations_unbounded.
23986 * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
23987 (expected_loop_iterations): Use expected_loop_iterations_unbounded.
23991 * cfgloop.h (expected_loop_iterations_unbounded,
H A DChangeLog-20178537 (expected_loop_iterations_unbounded): Use counts only.
10912 * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
28859 * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
H A DChangeLog-201825586 * cfgloopanal.c (expected_loop_iterations_unbounded): Add
25590 * cfgloop.h (expected_loop_iterations_unbounded): Update prototype
H A DChangeLog-20195493 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
21551 (expected_loop_iterations_unbounded): Same.