Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp364 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
H A DInlineCost.cpp1418 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1693 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function