Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp59 static cl::opt<int> ProfileSummaryHotCount( variable
248 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in computeThresholds()
249 HotCountThreshold = ProfileSummaryHotCount; in computeThresholds()