Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp65 cl::opt<PGOViewCountsType> PGOViewCounts( variable
93 if (PGOViewCounts == PGOVCT_Graph) in getGVDT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp253 extern cl::opt<PGOViewCountsType> PGOViewCounts;
1592 if (PGOViewCounts != PGOVCT_None && in annotateAllFunctions()
1600 if (PGOViewCounts == PGOVCT_Graph) in annotateAllFunctions()
1602 else if (PGOViewCounts == PGOVCT_Text) { in annotateAllFunctions()