aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.def
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2004-11-26 06:42:25 +0000
committerJeff Law <law@redhat.com>2004-11-26 06:42:25 +0000
commit696401e85f21e91248d068a1c2a170bb7cfa31ee (patch)
tree502de20b7b520801f96099b07727eca1844fbfe7 /gcc/timevar.def
parentb218af1597c8d431a959c556f7c7afb9007a7f25 (diff)
* timevar.def (TV_TREE_LOOP_INIT, TV_TREE_LOOP_FINI): New timevars.
* tree-ssa-loop.c (pass_loop_init): Use TV_TREE_LOOP_INIT. (pass_loop_done): Use TV_TREE_LOOP_FINI. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@91333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/timevar.def')
-rw-r--r--gcc/timevar.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/timevar.def b/gcc/timevar.def
index 06ca03e7eb6..a7f5a3a23bb 100644
--- a/gcc/timevar.def
+++ b/gcc/timevar.def
@@ -91,6 +91,8 @@ DEFTIMEVAR (TV_COMPLETE_UNROLL , "complete unrolling")
DEFTIMEVAR (TV_TREE_VECTORIZATION , "tree loop vectorization")
DEFTIMEVAR (TV_TREE_LINEAR_TRANSFORM , "tree loop linear transforms")
DEFTIMEVAR (TV_TREE_LOOP_IVOPTS , "tree iv optimization")
+DEFTIMEVAR (TV_TREE_LOOP_INIT , "tree loop init")
+DEFTIMEVAR (TV_TREE_LOOP_FINI , "tree loop fini")
DEFTIMEVAR (TV_TREE_CH , "tree copy headers")
DEFTIMEVAR (TV_TREE_SSA_TO_NORMAL , "tree SSA to normal")
DEFTIMEVAR (TV_TREE_NRV , "tree NRV optimization")