Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp241 auto &HotEntry = ProfileSummaryBuilder::getEntryForPercentile( in computeThresholds() local
251 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
253 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
259 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp167 auto &HotEntry = in getHotCountThreshold() local
169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold()