Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp343 bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS, in isColdCallSite() function in ProfileSummaryInfo
H A DInlineCost.cpp1083 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp366 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
H A DInlineCost.cpp1775 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1766 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2178 static bool isColdCallSite(CallSite CS, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function