X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=gcc%2Ftimevar.def;h=22d3097cf6a7906ee25e76b28d14a27644850c18;hb=13ab0298952752ff4df68a051cc17cc02085da94;hp=ced2c7b10c3ae811b46aa04c3c991ee3262cb3d1;hpb=57f03ed4d05598d3e465dc2e1d52fe9d6cf7936c;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/timevar.def b/gcc/timevar.def index ced2c7b10c3..22d3097cf6a 100644 --- a/gcc/timevar.def +++ b/gcc/timevar.def @@ -39,6 +39,8 @@ DEFTIMEVAR (TV_GC , "garbage collection") /* Time spent generating dump files. */ DEFTIMEVAR (TV_DUMP , "dump files") +DEFTIMEVAR (TV_CGRAPH , "callgraph construction") +DEFTIMEVAR (TV_CGRAPHOPT , "callgraph optimization") /* Time spent by constructing CFG. */ DEFTIMEVAR (TV_CFG , "cfg construction") /* Time spent by cleaning up CFG. */ @@ -47,6 +49,10 @@ DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code") /* Time spent by life analysis. */ DEFTIMEVAR (TV_LIFE , "life analysis") DEFTIMEVAR (TV_LIFE_UPDATE , "life info update") + +DEFTIMEVAR (TV_ALIAS_ANALYSIS , "alias analysis") +DEFTIMEVAR (TV_REG_SCAN , "register scan") +DEFTIMEVAR (TV_REBUILD_JUMP , "rebuild jump labels") /* Timing in various stages of the compiler. */ DEFTIMEVAR (TV_CPP , "preprocessing") DEFTIMEVAR (TV_LEX , "lexical analysis")