r225859 - in /trunk/gcc: ChangeLog tree-ssa-loo...
amker@gcc.gnu.org
amker@gcc.gnu.org
Thu Jul 16 05:50:00 GMT 2015
Author: amker
Date: Thu Jul 16 05:49:47 2015
New Revision: 225859
URL: https://gcc.gnu.org/viewcvs?rev=225859&root=gcc&view=rev
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-loop-ivopts.c
More information about the Gcc-cvs
mailing list