Searched refs:get_estimated_loop_iterations (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-unroll.c | 420 || ((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 D | cfgloop.h | 861 extern bool get_estimated_loop_iterations (class loop *loop, widest_int *nit);
|
H A D | cfgloop.c | 1946 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 D | tree-ssa-loop-niter.c | 4352 return (get_estimated_loop_iterations (loop, nit)); in estimated_loop_iterations()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-unroll.cc | 417 || ((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 D | cfgloop.h | 915 extern bool get_estimated_loop_iterations (class loop *loop, widest_int *nit);
|
H A D | cfgloop.cc | 1958 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 D | tree-ssa-loop-niter.cc | 4477 return (get_estimated_loop_iterations (loop, nit)); in estimated_loop_iterations()
|
H A D | ChangeLog-2013 | 15851 (estimated_loop_iterations): Factor out get_estimated_loop_iterations. 15882 (get_estimated_loop_iterations): Factor out accessor from
|
H A D | ChangeLog-2014 | 39695 (get_estimated_loop_iterations): Likewise. 39702 (get_estimated_loop_iterations): Likewise.
|
H A D | ChangeLog-2019 | 21538 (get_estimated_loop_iterations): Same.
|
H A D | ChangeLog-2017 | 28858 (get_estimated_loop_iterations): Update.
|