Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h34 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp79 clEnumValN(PGOVCT_Text, "text", "show in text.")));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp214 clEnumValN(PGOVCT_Text, "text", "show in text.")));
1495 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()
1508 else if (PGOViewRawCounts == PGOVCT_Text) { in annotateAllFunctions()