Home
last modified time | relevance | path

Searched refs:isColdCallSite (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp206 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in getOrCompColdCountThreshold()
216 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, isColdCallSite() function in ProfileSummaryInfo
H A DInlineCost.cpp613 bool isColdCallSite(CallBase &Call, BlockFrequencyInfo *CallerBFI);
1859 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
1864 return PSI->isColdCallSite(Call, CallerBFI); in isColdCallSite()
1988 } else if (isColdCallSite(Call, CallerBFI)) { in updateThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h249 bool isColdCallSite(const CallBase &CB, BlockFrequencyInfo *BFI) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1737 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function
1765 if (!isColdCallSite(CB, CallerBFI)) in isValidCandidateForColdCC()
1809 if (!isColdCallSite(*CI, CallerBFI)) in hasOnlyColdCalls()