Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h33 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp77 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp244 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
2177 if (PGOViewCounts != PGOVCT_None && in annotateAllFunctions()
2192 if (PGOViewRawCounts != PGOVCT_None && in annotateAllFunctions()