Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp343 bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS, in isColdCallSite() function in ProfileSummaryInfo
DInlineCost.cpp1083 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2178 static bool isColdCallSite(CallSite CS, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function