Searched refs:max_loop_iterations (Results 1 – 22 of 22) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-niter.h | 41 extern bool max_loop_iterations (class loop *, widest_int *);
|
H A D | tree-ssa-loop-niter.cc | 2955 || max_loop_iterations (loop, &nit)) in finite_loop_p() 4506 max_loop_iterations (class loop *loop, widest_int *nit) in max_loop_iterations() function 4526 if (!max_loop_iterations (loop, &nit)) in max_loop_iterations_int() 4599 if (!max_loop_iterations (loop, nit)) in max_stmt_executions() 4832 if (max_loop_iterations (loop, &niter) in loop_exits_before_overflow()
|
H A D | tree-vect-loop.cc | 1025 if (max_loop_iterations (loop, &max_back_edges)) in vect_min_prec_for_max_niters() 7246 if (! max_loop_iterations (loop, &ni)) in vectorizable_reduction() 10309 if (max_loop_iterations (loop, &iv_limit)) in vect_iv_limit_for_partial_vectors()
|
H A D | tree-if-conv.cc | 805 if (!max_loop_iterations (loop, &niter)) in idx_within_array_bound()
|
H A D | tree-parloops.cc | 2577 if (!max_loop_iterations (loop, &nit_max)) in try_transform_to_exit_first_loop_alt()
|
H A D | vr-values.cc | 1708 if (max_loop_iterations (loop, &nit)) in bounds_of_var_in_loop()
|
H A D | ChangeLog-2012 | 5152 max_loop_iterations. 7459 max_loop_iterations bounds; call try_unroll_loop_completely 8711 (max_loop_iterations): Likewise. 8722 estimated_loop_iterations or max_loop_iterations; 8725 and max_loop_iterations. 8727 ad max_loop_iterations. 27791 using max_loop_iterations. 27984 (max_loop_iterations): Likewise. 27988 not max_loop_iterations. 28712 (max_loop_iterations): Declare. [all …]
|
H A D | tree-ssa-loop-ivopts.cc | 5453 if (!max_loop_iterations (loop, &max_niter)) in may_eliminate_iv()
|
H A D | tree-vect-stmts.cc | 1907 if (max_loop_iterations (loop, &max_iters) in vect_truncate_gather_scatter_offset()
|
H A D | ChangeLog-2014 | 40318 (max_loop_iterations): Likewise. 40350 (max_loop_iterations): Take a widest_int pointer than than
|
H A D | ChangeLog-2019 | 22667 (max_loop_iterations): Same.
|
H A D | ChangeLog-2013 | 15852 (max_loop_iterations): Factor out get_max_loop_iterations.
|
H A D | ChangeLog-2017 | 27046 (max_loop_iterations): Likewise.
|
H A D | ChangeLog-2015 | 25841 max_loop_iterations to determine if nit + 1 overflows.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.h | 41 extern bool max_loop_iterations (class loop *, widest_int *);
|
H A D | tree-ssa-loop-niter.c | 2834 || max_loop_iterations (loop, &nit)) in finite_loop_p() 4381 max_loop_iterations (class loop *loop, widest_int *nit) in max_loop_iterations() function 4401 if (!max_loop_iterations (loop, &nit)) in max_loop_iterations_int() 4474 if (!max_loop_iterations (loop, nit)) in max_stmt_executions() 4709 if (max_loop_iterations (loop, &niter) in loop_exits_before_overflow()
|
H A D | tree-vect-loop.c | 986 if (max_loop_iterations (loop, &max_back_edges)) in vect_verify_full_masking() 6655 if (! max_loop_iterations (loop, &ni)) in vectorizable_reduction() 9309 if (max_loop_iterations (loop, &iv_limit)) in vect_iv_limit_for_full_masking()
|
H A D | tree-if-conv.c | 798 if (!max_loop_iterations (loop, &niter)) in idx_within_array_bound()
|
H A D | tree-parloops.c | 2577 if (!max_loop_iterations (loop, &nit_max)) in try_transform_to_exit_first_loop_alt()
|
H A D | vr-values.c | 1814 if (max_loop_iterations (loop, &nit)) in adjust_range_with_scev()
|
H A D | tree-ssa-loop-ivopts.c | 5388 if (!max_loop_iterations (loop, &max_niter)) in may_eliminate_iv()
|
H A D | tree-vect-stmts.c | 2036 if (max_loop_iterations (loop, &max_iters) in vect_truncate_gather_scatter_offset()
|