tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_contains...
authorSebastian Pop <pop@cri.ensmp.fr>
Wed, 8 Jun 2005 08:47:05 +0000 (10:47 +0200)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 8 Jun 2005 08:47:05 +0000 (08:47 +0000)
commit79ebd55c85ca2d91bea2f35a190a0ae084d720c0
tree89eb4489161f999fd07683ec4d1f769eb37fce8b
parent216448c75d059b61f67ecd404aef3b6bfced8f88
tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_contains_undetermined to test the values of...

* tree-data-ref.c (compute_estimated_nb_iterations,
analyze_array_indexes, compute_overlap_steps_for_affine_1_2,
analyze_subscript_affine_affine, find_data_references_in_loop):
Fixed to use chrec_contains_undetermined to test the values of
loop->estimated_nb_iterations.
* tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
Compute the estimation only when loop->estimated_nb_iterations
has not yet been initialized.
(convert_step_widening, scev_probably_wraps_p): Add a call to
estimate_numbers_of_iterations_loop.
* tree-vrp.c (execute_vrp): Don't call estimate_numbers_of_iterations.

From-SVN: r100749
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-ssa-loop-niter.c
gcc/tree-vrp.c