This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Scev based final value replacement


On Wed, May 11, 2005 at 11:08:49PM +0200, Zdenek Dvorak wrote:
> 	* timevar.def (TV_SCEV_CONST): New timevar.
> 	* tree-flow.h (fold_stmt_inplace): Declare.
> 	* tree-optimize.c (init_tree_optimization_passes): Add pass_scev_cprop.
> 	* tree-pass.h (pass_scev_cprop): Declare.
> 	* tree-scalar-evolution.c (replace_uses_by, scev_const_prop): New
> 	functions.
> 	* tree-scalar-evolution.h (scev_const_prop): Declare.
> 	* tree-ssa-ccp.c (fold_stmt_inplace): New function.
> 	* tree-ssa-loop.c (gate_scev_const_prop, pass_scev_cprop): New.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]