Searched refs:max_stmt_executions (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-niter.h | 48 extern bool max_stmt_executions (class loop *, widest_int *);
|
H A D | graphite-sese-to-poly.cc | 805 if (!max_stmt_executions (loop, &nit)) in add_loop_constraints()
|
H A D | tree-ssa-loop-niter.cc | 4595 max_stmt_executions (class loop *loop, widest_int *nit) in max_stmt_executions() function
|
H A D | tree-data-ref.cc | 3697 if (!max_stmt_executions (loop, &nit)) in max_stmt_executions_tree()
|
H A D | tree-vect-loop.cc | 6429 if (! max_stmt_executions (loop, &ni)) in is_nonwrapping_integer_induction()
|
H A D | ChangeLog-2012 | 27987 * tree-vrp.c (adjust_range_with_scev): Use max_stmt_executions, 28711 (max_stmt_executions): Likewise. 28723 (max_stmt_executions): Split parts to ...
|
H A D | ChangeLog-2011 | 22241 (max_stmt_executions, max_stmt_executions_int): Declare. 22248 (max_stmt_executions, max_stmt_executions_int): New function. 22263 max_stmt_executions instead of estimated_loop_iterations.
|
H A D | ChangeLog-2014 | 40319 (max_stmt_executions): Likewise. 40353 (max_stmt_executions): Take a widest_int pointer than than
|
H A D | ChangeLog-2019 | 22672 (max_stmt_executions): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.h | 48 extern bool max_stmt_executions (class loop *, widest_int *);
|
H A D | graphite-sese-to-poly.c | 809 if (!max_stmt_executions (loop, &nit)) in add_loop_constraints()
|
H A D | tree-ssa-loop-niter.c | 4470 max_stmt_executions (class loop *loop, widest_int *nit) in max_stmt_executions() function
|
H A D | tree-data-ref.c | 3379 if (!max_stmt_executions (loop, &nit)) in max_stmt_executions_tree()
|
H A D | tree-vect-loop.c | 5893 if (! max_stmt_executions (loop, &ni)) in is_nonwrapping_integer_induction()
|