Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp118 auto &HotEntry = ProfileSummaryBuilder::getEntryForPercentile( in computeThresholds() local
128 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
130 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
136 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp176 auto &HotEntry = in getHotCountThreshold() local
178 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold()