Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp275 auto &HotEntry = ProfileSummaryBuilder::getEntryForPercentile( in computeThresholds() local
277 HotCountThreshold = HotEntry.MinCount; in computeThresholds()
289 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
291 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
297 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp245 auto &HotEntry = in computeThresholds() local
247 HotCountThreshold = HotEntry.MinCount; in computeThresholds()
258 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
260 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()