Searched refs:DEFTIMEVAR (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtimevar.def29 DEFTIMEVAR (id, name)
35 DEFTIMEVAR (TV_TOTAL , "total time")
38 DEFTIMEVAR (TV_GC , "garbage collection")
41 DEFTIMEVAR (TV_DUMP , "dump files")
43 DEFTIMEVAR (TV_CGRAPH , "callgraph construction")
44 DEFTIMEVAR (TV_CGRAPHOPT , "callgraph optimization")
45 DEFTIMEVAR (TV_IPA_CONSTANT_PROP , "ipa cp")
46 DEFTIMEVAR (TV_IPA_REFERENCE , "ipa reference")
47 DEFTIMEVAR (TV_IPA_PURE_CONST , "ipa pure const")
48 DEFTIMEVAR (TV_IPA_TYPE_ESCAP
[all...]
H A Dtimevar.h30 Timing variables are defined using the DEFTIMEVAR macro in
72 #define DEFTIMEVAR(identifier__, name__) \ macro
80 #undef DEFTIMEVAR macro
H A Dtimevar.c243 #define DEFTIMEVAR(identifier__, name__) \ macro
246 #undef DEFTIMEVAR macro

Completed in 45 milliseconds