Searched refs:max_loop_iterations (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-niter.h | 38 extern bool max_loop_iterations (struct loop *, widest_int *);
|
H A D | tree-ssa-loop-niter.c | 2540 || max_loop_iterations (loop, &nit)) in finite_loop_p() 4002 max_loop_iterations (struct loop *loop, widest_int *nit) in max_loop_iterations() function 4022 if (!max_loop_iterations (loop, &nit)) in max_loop_iterations_int() 4095 if (!max_loop_iterations (loop, nit)) in max_stmt_executions() 4330 if (max_loop_iterations (loop, &niter) in loop_exits_before_overflow()
|
H A D | tree-if-conv.c | 789 if (!max_loop_iterations (loop, &niter)) in idx_within_array_bound()
|
H A D | tree-vect-loop-manip.c | 672 bool known_max_iters = max_loop_iterations (loop, &iv_limit); in vect_set_loop_condition_masked()
|
H A D | tree-parloops.c | 1870 if (!max_loop_iterations (loop, &nit_max)) in try_transform_to_exit_first_loop_alt()
|
H A D | tree-vect-loop.c | 1341 if (max_loop_iterations (loop, &max_back_edges)) in vect_verify_full_masking() 7277 if (! max_loop_iterations (loop, &ni)) in vectorizable_reduction()
|
H A D | vr-values.c | 1776 if (max_loop_iterations (loop, &nit)) in adjust_range_with_scev()
|
H A D | tree-ssa-loop-ivopts.c | 5124 if (!max_loop_iterations (loop, &max_niter)) in may_eliminate_iv()
|
H A D | tree-vect-stmts.c | 1892 if (max_loop_iterations (loop, &max_iters) in vect_truncate_gather_scatter_offset()
|