Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h141 bool isColdCallSite(const CallSite &CS, BlockFrequencyInfo *BFI);
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h157 bool isColdCallSite(const CallBase &CB, BlockFrequencyInfo *BFI) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp343 bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS, in isColdCallSite() function in ProfileSummaryInfo
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()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp404 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, in isColdCallSite() function in ProfileSummaryInfo
DInlineCost.cpp474 bool isColdCallSite(CallBase &Call, BlockFrequencyInfo *CallerBFI);
1246 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() function in InlineCostCallAnalyzer
1251 return PSI->isColdCallSite(Call, CallerBFI); in isColdCallSite()
1374 } else if (isColdCallSite(Call, CallerBFI)) { in updateThreshold()
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp151 EXPECT_FALSE(PSI.isColdCallSite(CS1, &BFI)); in TEST_F()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2198 static bool isColdCallSite(CallBase &CB, BlockFrequencyInfo &CallerBFI) { in isColdCallSite() function
2226 if (!isColdCallSite(CB, CallerBFI)) in isValidCandidateForColdCC()
2267 if (!isColdCallSite(*CI, CallerBFI)) in hasOnlyColdCalls()
/external/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()