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.cpp210 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
H A DInlineCost.cpp668 bool isColdCallSite(CallBase &Call, BlockFrequencyInfo *CallerBFI);
2021 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
2026 return PSI->isColdCallSite(Call, CallerBFI); in isColdCallSite()
2150 } else if (isColdCallSite(Call, CallerBFI)) { in updateThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h252 LLVM_ABI bool isColdCallSite(const CallBase &CB,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1750 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function
1775 if (!isColdCallSite(CB, CallerBFI)) in isValidCandidateForColdCC()
1816 if (!isColdCallSite(*CI, CallerBFI)) in hasOnlyColdCalls()