Searched refs:getHotCountThreshold (Results 1 – 9 of 9) sorted by relevance
70 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
172 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
160 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
241 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
1023 HotCountThreshold = ProfileSummaryBuilder::getHotCountThreshold( in computeSummaryAndThreshold()
1309 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
1319 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
1996 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()1998 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()
1828 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions()