diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-01 03:24:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-01 03:24:44 +0000 |
commit | 0332ea549d3bdd32d3010e61d7842194327f8661 (patch) | |
tree | d9dc639eeb323bb9bfb212ca4c27abef24329cc5 /gcc/timevar.def | |
parent | 03dbc8549083150c029500c02f202247ebd0dd60 (diff) | |
download | gcc-0332ea549d3bdd32d3010e61d7842194327f8661.tar.gz |
* cfgloop.h (struct loop): Remove unused "nodes" field.
* timevar.def (TV_TREE_LOOP_BOUNDS): New.
* tree-data-ref.c (find_data_references_in_loop): Use get_loop_body
instead of calling flow_bb_inside_loop_p for every basic block
in the function.
* tree-ssa-loop.c (pass_record_bounds): Use TV_TREE_LOOP_BOUNDS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/timevar.def')
-rw-r--r-- | gcc/timevar.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/timevar.def b/gcc/timevar.def index 09de2e2c604..06ca03e7eb6 100644 --- a/gcc/timevar.def +++ b/gcc/timevar.def @@ -83,6 +83,7 @@ DEFTIMEVAR (TV_TREE_DCE , "tree conservative DCE") DEFTIMEVAR (TV_TREE_CD_DCE , "tree aggressive DCE") DEFTIMEVAR (TV_TREE_DSE , "tree DSE") DEFTIMEVAR (TV_TREE_LOOP , "tree loop optimization") +DEFTIMEVAR (TV_TREE_LOOP_BOUNDS , "tree record loop bounds") DEFTIMEVAR (TV_LIM , "loop invariant motion") DEFTIMEVAR (TV_TREE_LOOP_IVCANON , "tree canonical iv creation") DEFTIMEVAR (TV_TREE_LOOP_UNSWITCH , "tree loop unswitching") |