Searched refs:get_max_loop_iterations (Results 1 – 6 of 6) sorted by relevance
468 if (get_max_loop_iterations (loop, &iterations) in doloop_modify()669 if (!get_max_loop_iterations (loop, &iterations_max)) in doloop_optimize()
853 extern bool get_max_loop_iterations (const struct loop *loop, widest_int *nit);
1991 get_max_loop_iterations (const struct loop *loop, widest_int *nit) in get_max_loop_iterations() function2010 if (!get_max_loop_iterations (loop, &nit)) in get_max_loop_iterations_int()
3179 if (!get_max_loop_iterations (loop, &nit)) in iv_can_overflow_p()
4009 return get_max_loop_iterations (loop, nit); in max_loop_iterations()
8472 if (get_max_loop_iterations (loop, &max)) in loop_niters_no_overflow()