* tree-ssa-loop-ivopts.c (add_candidate): Remove call to
commit692612651eee2e4864f4c0ad9d1379ffd3c0e61b
authoramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jul 2015 05:49:47 +0000 (16 05:49 +0000)
committeramker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jul 2015 05:49:47 +0000 (16 05:49 +0000)
tree2260573a0b7e5807d0b3e1d91f4a27562a6dc69e
parent0c11af9c58474a1c6bb89253257871a22a9bd3b3
* tree-ssa-loop-ivopts.c (add_candidate): Remove call to
add_autoinc_candidates.
(add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
(add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
(add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
(add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
Call new function.
(add_iv_value_candidates): Rename to add_iv_candidate_for_use.
(add_iv_candidate_for_use): Rename from add_iv_value_candidates.
Remove parameter struct iv*.  Call add_autoinc_candidates here.
(add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
(add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
Call new function.
(find_iv_candidates): Call new functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225859 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-loop-ivopts.c