Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp239 auto &HotEntry = ProfileSummaryBuilder::getEntryForPercentile( in computeThresholds() local
249 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
251 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
257 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp160 auto &HotEntry = in getHotCountThreshold() local
162 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold()