Home
last modified time | relevance | path

Searched refs:PGOViewCounts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp65 cl::opt<PGOViewCountsType> PGOViewCounts( variable
93 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp328 extern cl::opt<PGOViewCountsType> PGOViewCounts;
2174 if (PGOViewCounts != PGOVCT_None && in annotateAllFunctions()
2182 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
2184 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()