Home
last modified time | relevance | path

Searched refs:DEFTIMEVAR (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDtimevar.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_ESCAPE , "ipa type escape")
[all …]
HDtimevar.h72 #define DEFTIMEVAR(identifier__, name__) \ macro
80 #undef DEFTIMEVAR
HDtimevar.c243 #define DEFTIMEVAR(identifier__, name__) \ in timevar_init() macro
246 #undef DEFTIMEVAR in timevar_init()
HDChangeLog-20017241 * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.