Searched refs:isColdCallSite (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 206 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in getOrCompColdCountThreshold() 216 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, isColdCallSite() function in ProfileSummaryInfo
|
H A D | InlineCost.cpp | 613 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 D | ProfileSummaryInfo.h | 249 bool isColdCallSite(const CallBase &CB, BlockFrequencyInfo *BFI) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1737 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function 1765 if (!isColdCallSite(CB, CallerBFI)) in isValidCandidateForColdCC() 1809 if (!isColdCallSite(*CI, CallerBFI)) in hasOnlyColdCalls()
|