Home
last modified time | relevance | path

Searched defs:isColdCallSite (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp366 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
H A DInlineCost.cpp1775 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1766 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function