Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h165 bool isColdCallSite(const CallBase &CB, BlockFrequencyInfo *BFI) const;
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DProfileSummaryInfo.cpp366 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
DInlineCost.cpp602 bool isColdCallSite(CallBase &Call, BlockFrequencyInfo *CallerBFI);
1775 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
1780 return PSI->isColdCallSite(Call, CallerBFI); in isColdCallSite()
1903 } else if (isColdCallSite(Call, CallerBFI)) { in updateThreshold()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1766 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function
1794 if (!isColdCallSite(CB, CallerBFI)) in isValidCandidateForColdCC()
1838 if (!isColdCallSite(*CI, CallerBFI)) in hasOnlyColdCalls()