Home
last modified time | relevance | path

Searched refs:get_estimated_loop_iterations_int (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h858 extern HOST_WIDE_INT get_estimated_loop_iterations_int (class loop *);
H A Dloop-doloop.c639 est_niter = get_estimated_loop_iterations_int (loop); in doloop_optimize()
H A Dmodulo-sched.c1436 trip_count = get_estimated_loop_iterations_int (loop); in sms_schedule()
1572 trip_count = get_estimated_loop_iterations_int (loop); in sms_schedule()
H A Dcfgloop.c1941 get_estimated_loop_iterations_int (class loop *loop) in get_estimated_loop_iterations_int() function
H A Dloop-iv.c2997 (long)get_estimated_loop_iterations_int (loop)); in find_simple_exit()
H A Dtree-ssa-loop-ivopts.c3856 HOST_WIDE_INT est_niter = get_estimated_loop_iterations_int (loop); in generic_predict_doloop_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.h912 extern HOST_WIDE_INT get_estimated_loop_iterations_int (class loop *);
H A Dloop-doloop.cc675 est_niter = get_estimated_loop_iterations_int (loop); in doloop_optimize()
H A Dmodulo-sched.cc1437 trip_count = get_estimated_loop_iterations_int (loop); in sms_schedule()
1573 trip_count = get_estimated_loop_iterations_int (loop); in sms_schedule()
H A Dcfgloop.cc1953 get_estimated_loop_iterations_int (class loop *loop) in get_estimated_loop_iterations_int() function
H A Dloop-iv.cc2997 (long)get_estimated_loop_iterations_int (loop)); in find_simple_exit()
H A Dtree-ssa-loop-ivopts.cc3887 HOST_WIDE_INT est_niter = get_estimated_loop_iterations_int (loop); in generic_predict_doloop_p()
H A DChangeLog-201313733 * cfgloop.c (get_estimated_loop_iterations_int): Rename from
13739 * loop-iv.c (find_simple_exit): call get_estimated_loop_iterations_int.
13741 get_estimated_loop_iterations_int.
H A DChangeLog-201623588 * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
H A DChangeLog-201921535 (get_estimated_loop_iterations_int): Same.
H A DChangeLog-20172390 * modulo-sched.c (sms_schedule): Use get_estimated_loop_iterations_int
H A DChangeLog-201439694 (get_estimated_loop_iterations_int): Likewise.