]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/58697
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2013 15:48:47 +0000 (15:48 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Oct 2013 15:48:47 +0000 (15:48 +0000)
commit4e948f5a157c7d594cb8de102378d1d39644bf90
tree8477f2ad269e9d4ebe53cbc7799f7b5a6c9dc5ca
parent3308cb8ba51c9e5db7e21179576493e7e38c7939
PR tree-optimization/58697
* cfgloop.c (get_estimated_loop_iterations_int): Rename from
estimated_loop_iterations_int.
(max_stmt_executions_int): Call get_max_loop_iterations_int.
(get_max_loop_iterations_int): New.  HWINT version of
get_max_loop_iterations.
* cfgloop.h: Add prototypes.
* loop-iv.c (find_simple_exit): call get_estimated_loop_iterations_int.
* loop-unroll.c (decide_peel_once_rolling): Call
get_estimated_loop_iterations_int.
* tree-ssa-loop-niter.c (estimated_loop_iterations_int): Add back.
* tree-ssa-loop-niter.h: Tweak prototypes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203709 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgloop.c
gcc/cfgloop.h
gcc/loop-iv.c
gcc/loop-unroll.c
gcc/loop-unswitch.c
gcc/tree-ssa-loop-niter.c
gcc/tree-ssa-loop-niter.h