Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcfgloopanal.c233 expected_loop_iterations_unbounded (const struct loop *loop) in expected_loop_iterations_unbounded() function
284 gcov_type expected = expected_loop_iterations_unbounded (loop); in expected_loop_iterations()
H A Dcfgloop.h277 gcov_type expected_loop_iterations_unbounded (const struct loop *);
H A Dtree-ssa-loop-niter.c3040 gcov_type nit = expected_loop_iterations_unbounded (loop) + 1; in estimate_numbers_of_iterations_loop()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgloopanal.c241 expected_loop_iterations_unbounded (const struct loop *loop, in expected_loop_iterations_unbounded() function
315 gcov_type expected = expected_loop_iterations_unbounded (loop); in expected_loop_iterations()
H A Dcfgloop.h390 gcov_type expected_loop_iterations_unbounded (const struct loop *,
H A Dcfgloopmanip.c533 gcov_type iterations = expected_loop_iterations_unbounded (loop, NULL, true); in scale_loop_profile()
615 (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()
1976 (expected_loop_iterations_unbounded (loop) + 1); in get_estimated_loop_iterations()
H A Dprofile.c1384 gcov_type nit = expected_loop_iterations_unbounded (loop); in branch_prob()
H A Dtree-ssa-loop-manip.c1119 gcov_type est_niter = expected_loop_iterations_unbounded (loop, &profile_p); in niter_for_unrolled_loop()
H A Dpredict.c3861 (int)expected_loop_iterations_unbounded (loop)); in execute()
H A Dtree-ssa-loop-niter.c3912 gcov_type nit = expected_loop_iterations_unbounded (loop); in estimate_numbers_of_iterations()