OSDN Git Service

2009-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / timevar.def
index c27ee16..30149cd 100644 (file)
@@ -69,6 +69,7 @@ DEFTIMEVAR (TV_DF_NOTE                     , "df reg dead/unused notes")
 DEFTIMEVAR (TV_REG_STATS            , "register information")
 
 DEFTIMEVAR (TV_ALIAS_ANALYSIS       , "alias analysis")
+DEFTIMEVAR (TV_ALIAS_STMT_WALK      , "alias stmt walking")
 DEFTIMEVAR (TV_REG_SCAN                     , "register scan")
 DEFTIMEVAR (TV_REBUILD_JUMP         , "rebuild jump labels")
 /* Timing in various stages of the compiler.  */
@@ -87,11 +88,6 @@ DEFTIMEVAR (TV_TREE_COPY_PROP        , "tree copy propagation")
 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")
 DEFTIMEVAR (TV_TREE_SSA_OTHER       , "tree SSA other")