Home
last modified time | relevance | path

Searched refs:PGOVCT_None (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.cpp77 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp212 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
1485 if (PGOViewCounts != PGOVCT_None && in annotateAllFunctions()
1500 if (PGOViewRawCounts != PGOVCT_None && in annotateAllFunctions()