Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp60 static cl::opt<int> ProfileSummaryHotCount( variable
278 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in computeThresholds()
279 HotCountThreshold = ProfileSummaryHotCount; in computeThresholds()