Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp255 bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS, in isColdCallSite() function in ProfileSummaryInfo
DInlineCost.cpp795 bool CallAnalyzer::isColdCallSite(CallSite CS, BlockFrequencyInfo *CallerBFI) { in isColdCallSite() function in CallAnalyzer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2134 static bool isColdCallSite(CallSite CS, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function