Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h34 enum PGOViewCountsType { PGOVCT_None, PGOVCT_Graph, PGOVCT_Text }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp79 clEnumValN(PGOVCT_Text, "text", "show in text.")));
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp244 clEnumValN(PGOVCT_Text, "text", "show in text.")));
2295 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()
2308 else if (PGOViewRawCounts == PGOVCT_Text) { in annotateAllFunctions()