Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp65 cl::opt<PGOViewCountsType> PGOViewCounts( variable
94 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp297 extern cl::opt<PGOViewCountsType> PGOViewCounts;
1844 if (PGOViewCounts != PGOVCT_None && in annotateAllFunctions()
1852 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
1854 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()