/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 54 InlineCost getInlineCost(CallSite CS) override; 92 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInliner
|
D | InlineSimple.cpp | 61 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon28fe7d190111::SimpleInliner 64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI); in getInlineCost()
|
D | Inliner.cpp | 272 InlineCost IC2 = getInlineCost(CS2); in shouldBeDeferred() 304 InlineCost IC = getInlineCost(CS); in shouldInline()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 44 InlineCost getInlineCost(CallSite CS) { in getInlineCost() function in __anon371af72c0111::AlwaysInliner 45 return CA.getInlineCost(CS, NeverInline); in getInlineCost()
|
D | InlineSimple.cpp | 44 InlineCost getInlineCost(CallSite CS) { in getInlineCost() function in __anon4b2aafc50111::SimpleInliner 45 return CA.getInlineCost(CS, NeverInline); in getInlineCost()
|
D | Inliner.cpp | 219 InlineCost IC = getInlineCost(CS); in shouldInline() 270 InlineCost IC2 = getInlineCost(CS2); in shouldInline()
|
/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 113 InlineCost getInlineCost(CallSite CS, int DefaultThreshold, 122 InlineCost getInlineCost(CallSite CS, Function *Callee, int DefaultThreshold,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 67 InlineCost getInlineCost(CallSite CS) override; 172 InlineCost AMDGPUInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AMDGPUInliner 206 return llvm::getInlineCost(CS, Callee, LocalParams, TTI, GetAssumptionCache, in getInlineCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 55 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anonb37721710111::SimpleInliner 72 return llvm::getInlineCost(CS, Params, TTI, GetAssumptionCache, in getInlineCost()
|
D | AlwaysInliner.cpp | 110 InlineCost getInlineCost(CallSite CS) override; 145 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInlinerLegacyPass
|
D | Inliner.cpp | 701 [this](CallSite CS) { return getInlineCost(CS); }, in inlineCalls() 941 return getInlineCost(CS, Params, CalleeTTI, GetAssumptionCache, {GetBFI}, in run()
|
D | SampleProfile.cpp | 728 InlineCost Cost = getInlineCost(CS, Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction()
|
D | PartialInlining.cpp | 766 InlineCost IC = getInlineCost(CS, getInlineParams(), CalleeTTI, in shouldPartialInline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 192 InlineCost getInlineCost( 204 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InlineCost.h | 143 InlineCost getInlineCost(CallSite CS, 150 InlineCost getInlineCost(CallSite CS,
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 66 virtual InlineCost getInlineCost(CallSite CS) = 0;
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 56 virtual InlineCost getInlineCost(CallSite CS) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 55 virtual InlineCost getInlineCost(CallSite CS) = 0;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 473 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, in getInlineCost() function in InlineCostAnalyzer 475 return getInlineCost(CS, CS.getCalledFunction(), NeverInline); in getInlineCost() 478 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, in getInlineCost() function in InlineCostAnalyzer
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BasicInliner.cpp | 110 InlineCost IC = CA.getInlineCost(CS, NeverInline); in inlineFunctions()
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1447 InlineCost llvm::getInlineCost(CallSite CS, int DefaultThreshold, in getInlineCost() function in llvm 1451 return getInlineCost(CS, CS.getCalledFunction(), DefaultThreshold, CalleeTTI, in getInlineCost() 1468 InlineCost llvm::getInlineCost(CallSite CS, Function *Callee, in getInlineCost() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1947 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm 1952 return getInlineCost(CS, CS.getCalledFunction(), Params, CalleeTTI, in getInlineCost() 1956 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
|