summaryrefslogtreecommitdiff
path: root/gcc/timevar.def
diff options
context:
space:
mode:
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-28 07:55:10 +0000
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-28 07:55:10 +0000
commit01feb1a2f9cb1c660f5cdc1b59ec7c1092760ee9 (patch)
tree23be6a7ff360907ab17ef21c216f46b44c136bca /gcc/timevar.def
parent89032e9a61c1620497e6a1f78185d1af680ad9bd (diff)
downloadgcc-01feb1a2f9cb1c660f5cdc1b59ec7c1092760ee9.tar.gz
2007-07-28 Daniel Berlin <dberlin@dberlin.org>
* timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE. * tree-ssa-alias.c (compute_call_clobbered): Push/pop TV_CALL_CLOBBER. (compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE. (compute_flow_insensitive_aliasing): Ditto for TV_FLOW_INSENSITIVE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127013 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/timevar.def')
-rw-r--r--gcc/timevar.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/timevar.def b/gcc/timevar.def
index 197c3ecf9bf..a2d73b3205e 100644
--- a/gcc/timevar.def
+++ b/gcc/timevar.def
@@ -87,6 +87,9 @@ DEFTIMEVAR (TV_TREE_STORE_COPY_PROP , "tree store copy prop")
DEFTIMEVAR (TV_FIND_REFERENCED_VARS , "tree find ref. vars")
DEFTIMEVAR (TV_TREE_PTA , "tree PTA")
DEFTIMEVAR (TV_TREE_MAY_ALIAS , "tree alias analysis")
+DEFTIMEVAR (TV_CALL_CLOBBER , "tree call clobbering")
+DEFTIMEVAR (TV_FLOW_SENSITIVE , "tree flow sensitive alias")
+DEFTIMEVAR (TV_FLOW_INSENSITIVE , "tree flow insensitive alias")
DEFTIMEVAR (TV_MEMORY_PARTITIONING , "tree memory partitioning")
DEFTIMEVAR (TV_TREE_INSERT_PHI_NODES , "tree PHI insertion")
DEFTIMEVAR (TV_TREE_SSA_REWRITE_BLOCKS, "tree SSA rewrite")