Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-doloop.cc425 if (get_max_loop_iterations (loop, &iterations) in doloop_simplify_count()
503 if (get_max_loop_iterations (loop, &iterations) in doloop_modify()
704 if (!get_max_loop_iterations (loop, &iterations_max)) in doloop_optimize()
H A Dcfgloop.h916 extern bool get_max_loop_iterations (const class loop *loop, widest_int *nit);
H A Dcfgloop.cc2035 get_max_loop_iterations (const class loop *loop, widest_int *nit) in get_max_loop_iterations() function
2054 if (!get_max_loop_iterations (loop, &nit)) in get_max_loop_iterations_int()
H A Dtree-scalar-evolution.cc3055 if (!get_max_loop_iterations (loop, &nit)) in iv_can_overflow_p()
H A Dtree-ssa-loop-niter.cc4513 return get_max_loop_iterations (loop, nit); in max_loop_iterations()
H A Dtree-vect-loop.cc9163 if (get_max_loop_iterations (loop, &max)) in loop_niters_no_overflow()
H A DChangeLog-201313737 get_max_loop_iterations.
15724 get_max_loop_iterations.
15852 (max_loop_iterations): Factor out get_max_loop_iterations.
15884 (get_max_loop_iterations): Factor out accessor from
H A DChangeLog-201439696 (get_max_loop_iterations): Likewise.
39703 (get_max_loop_iterations): Likewise.
H A DChangeLog-201921539 (get_max_loop_iterations): Same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-doloop.c467 if (get_max_loop_iterations (loop, &iterations) in doloop_modify()
668 if (!get_max_loop_iterations (loop, &iterations_max)) in doloop_optimize()
H A Dcfgloop.h862 extern bool get_max_loop_iterations (const class loop *loop, widest_int *nit);
H A Dcfgloop.c2023 get_max_loop_iterations (const class loop *loop, widest_int *nit) in get_max_loop_iterations() function
2042 if (!get_max_loop_iterations (loop, &nit)) in get_max_loop_iterations_int()
H A Dtree-scalar-evolution.c3064 if (!get_max_loop_iterations (loop, &nit)) in iv_can_overflow_p()
H A Dtree-ssa-loop-niter.c4388 return get_max_loop_iterations (loop, nit); in max_loop_iterations()
H A Dtree-vect-loop.c8266 if (get_max_loop_iterations (loop, &max)) in loop_niters_no_overflow()