Searched refs:getHotCountThreshold (Results 1 – 7 of 7) sorted by relevance
75 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
116 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
257 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
1261 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
1351 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
2640 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()2642 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()