Home
last modified time | relevance | path

Searched refs:getHotCountThreshold (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DProfileCommon.h70 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h173 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp244 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1039 HotCountThreshold = ProfileSummaryBuilder::getHotCountThreshold( in computeSummaryAndThreshold()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1307 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
H A DSampleProfile.cpp1355 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2220 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
2222 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()