Home
last modified time | relevance | path

Searched refs:get_estimated_loop_iterations (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-unroll.c420 || ((get_estimated_loop_iterations (loop, &iterations) in decide_unroll_constant_iterations()
728 if ((get_estimated_loop_iterations (loop, &iterations) in decide_unroll_runtime_iterations()
1214 if ((get_estimated_loop_iterations (loop, &iterations) in decide_unroll_stupid()
H A Dcfgloop.h861 extern bool get_estimated_loop_iterations (class loop *loop, widest_int *nit);
H A Dcfgloop.c1946 if (!get_estimated_loop_iterations (loop, &nit)) in get_estimated_loop_iterations_int()
1999 get_estimated_loop_iterations (class loop *loop, widest_int *nit) in get_estimated_loop_iterations() function
H A Dtree-ssa-loop-niter.c4352 return (get_estimated_loop_iterations (loop, nit)); in estimated_loop_iterations()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-unroll.cc417 || ((get_estimated_loop_iterations (loop, &iterations) in decide_unroll_constant_iterations()
715 if ((get_estimated_loop_iterations (loop, &iterations) in decide_unroll_runtime_iterations()
1191 if ((get_estimated_loop_iterations (loop, &iterations) in decide_unroll_stupid()
H A Dcfgloop.h915 extern bool get_estimated_loop_iterations (class loop *loop, widest_int *nit);
H A Dcfgloop.cc1958 if (!get_estimated_loop_iterations (loop, &nit)) in get_estimated_loop_iterations_int()
2011 get_estimated_loop_iterations (class loop *loop, widest_int *nit) in get_estimated_loop_iterations() function
H A Dtree-ssa-loop-niter.cc4477 return (get_estimated_loop_iterations (loop, nit)); in estimated_loop_iterations()
H A DChangeLog-201315851 (estimated_loop_iterations): Factor out get_estimated_loop_iterations.
15882 (get_estimated_loop_iterations): Factor out accessor from
H A DChangeLog-201439695 (get_estimated_loop_iterations): Likewise.
39702 (get_estimated_loop_iterations): Likewise.
H A DChangeLog-201921538 (get_estimated_loop_iterations): Same.
H A DChangeLog-201728858 (get_estimated_loop_iterations): Update.