Searched refs:getHotCountThreshold (Results 1 – 8 of 8) sorted by relevance
70 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
173 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
244 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
1039 HotCountThreshold = ProfileSummaryBuilder::getHotCountThreshold( in computeSummaryAndThreshold()
1307 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
1355 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
2220 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()2222 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()