Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h75 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp116 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h257 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1261 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
H A DSampleProfile.cpp1351 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2640 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
2642 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()