Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc172 /* VALUE_PROF_KIND start */
173 #ifndef VALUE_PROF_KIND
174 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
187 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target")
189 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size")
195 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first")
196 VALUE_PROF_KIND(IPVK_Last, IPVK_MemOPSize, "last")
198 #undef VALUE_PROF_KIND
199 /* VALUE_PROF_KIND end */
DInstrProf.h233 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp394 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp293 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro