Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DProfileCommon.h70 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h172 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp160 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp241 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1023 HotCountThreshold = ProfileSummaryBuilder::getHotCountThreshold( in computeSummaryAndThreshold()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1309 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
H A DSampleProfile.cpp1319 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1996 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
1998 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1828 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions()