Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDProfileCommon.h75 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDProfileSummaryInfo.cpp116 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDProfileSummaryBuilder.cpp166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDProfileSummaryInfo.h257 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp1261 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
HDSampleProfile.cpp1351 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp2640 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
2642 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()