Searched refs:expected_loop_iterations_unbounded (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloopanal.c | 245 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 D | cfgloop.h | 405 gcov_type expected_loop_iterations_unbounded (const class loop *,
|
H A D | cfgloopmanip.c | 532 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 D | cfgloop.c | 142 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 D | profile.c | 1457 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob()
|
H A D | tree-ssa-loop-manip.c | 1140 gcov_type est_niter = expected_loop_iterations_unbounded (loop, &profile_p); in niter_for_unrolled_loop()
|
H A D | predict.c | 4042 (int)expected_loop_iterations_unbounded (loop)); in execute()
|
H A D | tree-ssa-loop-niter.c | 4272 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloopanal.cc | 245 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 D | cfgloop.h | 405 gcov_type expected_loop_iterations_unbounded (const class loop *,
|
H A D | cfgloopmanip.cc | 531 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 D | cfgloop.cc | 144 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 D | tree-ssa-loop-manip.cc | 1150 gcov_type est_niter = expected_loop_iterations_unbounded (loop, &profile_p); in niter_for_unrolled_loop()
|
H A D | profile.cc | 1552 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob()
|
H A D | predict.cc | 4121 (int)expected_loop_iterations_unbounded (loop)); in execute()
|
H A D | tree-ssa-loop-niter.cc | 4397 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations()
|
H A D | ChangeLog-2016 | 17587 * 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 D | ChangeLog-2007 | 23985 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 D | ChangeLog-2017 | 8537 (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 D | ChangeLog-2018 | 25586 * cfgloopanal.c (expected_loop_iterations_unbounded): Add 25590 * cfgloop.h (expected_loop_iterations_unbounded): Update prototype
|
H A D | ChangeLog-2019 | 5493 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise. 21551 (expected_loop_iterations_unbounded): Same.
|