Home
last modified time | relevance | path

Searched refs:get_max_loop_iterations (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dloop-doloop.c468 if (get_max_loop_iterations (loop, &iterations) in doloop_modify()
669 if (!get_max_loop_iterations (loop, &iterations_max)) in doloop_optimize()
H A Dcfgloop.h853 extern bool get_max_loop_iterations (const struct loop *loop, widest_int *nit);
H A Dcfgloop.c1991 get_max_loop_iterations (const struct loop *loop, widest_int *nit) in get_max_loop_iterations() function
2010 if (!get_max_loop_iterations (loop, &nit)) in get_max_loop_iterations_int()
H A Dtree-scalar-evolution.c3179 if (!get_max_loop_iterations (loop, &nit)) in iv_can_overflow_p()
H A Dtree-ssa-loop-niter.c4009 return get_max_loop_iterations (loop, nit); in max_loop_iterations()
H A Dtree-vect-loop.c8472 if (get_max_loop_iterations (loop, &max)) in loop_niters_no_overflow()