Home
last modified time | relevance | path

Searched refs:estimate_iters_using_array (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-data-ref.h295 extern void estimate_iters_using_array (tree, tree);
H A Dtree-ssa-loop-niter.c1771 estimate_iters_using_array (stmt, op1); in infer_loop_bounds_from_undefined()
1775 estimate_iters_using_array (stmt, op0); in infer_loop_bounds_from_undefined()
1833 estimate_iters_using_array (stmt, TREE_VALUE (args)); in infer_loop_bounds_from_undefined()
H A Dtree-data-ref.c1000 estimate_iters_using_array (tree stmt, tree ref) in estimate_iters_using_array() function
H A DChangeLog-20057126 (estimate_iters_using_array): New function.
7127 * tree-data-ref.h (estimate_iters_using_array): Prototype
7129 Use estimate_iters_using_array instead of analyze_array.