Home
last modified time | relevance | path

Searched refs:get_max_loop_iterations_int (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopanal.c305 HOST_WIDE_INT max = get_max_loop_iterations_int (loop); in expected_loop_iterations_unbounded()
H A Dcfgloop.h859 extern HOST_WIDE_INT get_max_loop_iterations_int (const class loop *);
H A Dcfgloop.c1963 HOST_WIDE_INT nit = get_max_loop_iterations_int (loop); in max_stmt_executions_int()
2037 get_max_loop_iterations_int (const class loop *loop) in get_max_loop_iterations_int() function
H A Dmodulo-sched.c1437 max_trip_count = get_max_loop_iterations_int (loop); in sms_schedule()
1573 max_trip_count = get_max_loop_iterations_int (loop); in sms_schedule()
H A Dtree-predcom.c3226 if (get_max_loop_iterations_int (loop) == 0) in tree_predictive_commoning_loop()
H A Dloop-iv.c2993 (long)get_max_loop_iterations_int (loop)); in find_simple_exit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.cc305 HOST_WIDE_INT max = get_max_loop_iterations_int (loop); in expected_loop_iterations_unbounded()
H A Dcfgloop.h913 extern HOST_WIDE_INT get_max_loop_iterations_int (const class loop *);
H A Dcfgloop.cc1975 HOST_WIDE_INT nit = get_max_loop_iterations_int (loop); in max_stmt_executions_int()
2049 get_max_loop_iterations_int (const class loop *loop) in get_max_loop_iterations_int() function
H A Dmodulo-sched.cc1438 max_trip_count = get_max_loop_iterations_int (loop); in sms_schedule()
1574 max_trip_count = get_max_loop_iterations_int (loop); in sms_schedule()
H A Dtree-predcom.cc3354 if (get_max_loop_iterations_int (m_loop) == 0) in tree_predictive_commoning_loop()
H A Dloop-iv.cc2993 (long)get_max_loop_iterations_int (loop)); in find_simple_exit()
H A DChangeLog-201313735 (max_stmt_executions_int): Call get_max_loop_iterations_int.
13736 (get_max_loop_iterations_int): New. HWINT version of
H A DChangeLog-201623589 and get_max_loop_iterations_int.
H A DChangeLog-201921540 (get_max_loop_iterations_int): Same.
H A DChangeLog-20172391 and get_max_loop_iterations_int.