Home
last modified time | relevance | path

Searched refs:PGOVCT_Text (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h33 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp79 clEnumValN(PGOVCT_Text, "text", "show in text.")));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp235 clEnumValN(PGOVCT_Text, "text", "show in text.")));
1602 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()
1615 else if (PGOViewRawCounts == PGOVCT_Text) { in annotateAllFunctions()