]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 15 Sep 2005 17:21:48 +0000 (17:21 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 15 Sep 2005 17:21:48 +0000 (17:21 +0000)
commit14b33c04a1920fb97bde191021a509b439f3cf29
treebe7a77e576a00aa72443ccbc713c82a161c9c2f9
parent312ea2368e81a4e198a3e414464413d1c5334038
tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.

2005-09-15  Daniel Berlin  <dberlin@dberlin.org>

* tree-data-ref.c (analyze_array_indexes): Add estimate_only
parameter.
Update callers.
(estimate_iters_using_array): New function.
* tree-data-ref.h (estimate_iters_using_array): Prototype
* tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
Use estimate_iters_using_array instead of analyze_array.

From-SVN: r104312
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-data-ref.h
gcc/tree-ssa-loop-niter.c