Home
last modified time | relevance | path

Searched refs:isColdCallSite (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h141 bool isColdCallSite(const CallSite &CS, BlockFrequencyInfo *BFI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp402 bool isColdCallSite(CallBase &Call, BlockFrequencyInfo *CallerBFI);
1083 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
1088 return PSI->isColdCallSite(CallSite(&Call), CallerBFI); in isColdCallSite()
1212 } else if (isColdCallSite(Call, CallerBFI)) { in updateThreshold()
DProfileSummaryInfo.cpp343 bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS, in isColdCallSite() function in ProfileSummaryInfo
/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
2206 if (!isColdCallSite(CS, CallerBFI)) in isValidCandidateForColdCC()
2250 if (!isColdCallSite(CS, CallerBFI)) in hasOnlyColdCalls()