Searched refs:get_max_loop_iterations (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-doloop.cc | 425 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 D | cfgloop.h | 916 extern bool get_max_loop_iterations (const class loop *loop, widest_int *nit);
|
H A D | cfgloop.cc | 2035 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 D | tree-scalar-evolution.cc | 3055 if (!get_max_loop_iterations (loop, &nit)) in iv_can_overflow_p()
|
H A D | tree-ssa-loop-niter.cc | 4513 return get_max_loop_iterations (loop, nit); in max_loop_iterations()
|
H A D | tree-vect-loop.cc | 9163 if (get_max_loop_iterations (loop, &max)) in loop_niters_no_overflow()
|
H A D | ChangeLog-2013 | 13737 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 D | ChangeLog-2014 | 39696 (get_max_loop_iterations): Likewise. 39703 (get_max_loop_iterations): Likewise.
|
H A D | ChangeLog-2019 | 21539 (get_max_loop_iterations): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-doloop.c | 467 if (get_max_loop_iterations (loop, &iterations) in doloop_modify() 668 if (!get_max_loop_iterations (loop, &iterations_max)) in doloop_optimize()
|
H A D | cfgloop.h | 862 extern bool get_max_loop_iterations (const class loop *loop, widest_int *nit);
|
H A D | cfgloop.c | 2023 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 D | tree-scalar-evolution.c | 3064 if (!get_max_loop_iterations (loop, &nit)) in iv_can_overflow_p()
|
H A D | tree-ssa-loop-niter.c | 4388 return get_max_loop_iterations (loop, nit); in max_loop_iterations()
|
H A D | tree-vect-loop.c | 8266 if (get_max_loop_iterations (loop, &max)) in loop_niters_no_overflow()
|