Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp364 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
DInlineCost.cpp1636 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1703 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function