Searched refs:getHotCountThreshold (Results 1 – 7 of 7) sorted by relevance
76 LLVM_ABI static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
175 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
121 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
261 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
1253 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
1351 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
2736 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()2738 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()