Home
last modified time | relevance | path

Searched refs:getInlineCost (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp54 InlineCost getInlineCost(CallSite CS) override;
92 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInliner
DInlineSimple.cpp61 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon28fe7d190111::SimpleInliner
64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI); in getInlineCost()
DInliner.cpp272 InlineCost IC2 = getInlineCost(CS2); in shouldBeDeferred()
304 InlineCost IC = getInlineCost(CS); in shouldInline()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineAlways.cpp44 InlineCost getInlineCost(CallSite CS) { in getInlineCost() function in __anon371af72c0111::AlwaysInliner
45 return CA.getInlineCost(CS, NeverInline); in getInlineCost()
DInlineSimple.cpp44 InlineCost getInlineCost(CallSite CS) { in getInlineCost() function in __anon4b2aafc50111::SimpleInliner
45 return CA.getInlineCost(CS, NeverInline); in getInlineCost()
DInliner.cpp219 InlineCost IC = getInlineCost(CS); in shouldInline()
270 InlineCost IC2 = getInlineCost(CS2); in shouldInline()
/external/llvm/include/llvm/Analysis/
DInlineCost.h113 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/
DAMDGPUInline.cpp67 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/
DInlineSimple.cpp55 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anonb37721710111::SimpleInliner
72 return llvm::getInlineCost(CS, Params, TTI, GetAssumptionCache, in getInlineCost()
DAlwaysInliner.cpp110 InlineCost getInlineCost(CallSite CS) override;
145 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInlinerLegacyPass
DInliner.cpp701 [this](CallSite CS) { return getInlineCost(CS); }, in inlineCalls()
941 return getInlineCost(CS, Params, CalleeTTI, GetAssumptionCache, {GetBFI}, in run()
DSampleProfile.cpp728 InlineCost Cost = getInlineCost(CS, Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction()
DPartialInlining.cpp766 InlineCost IC = getInlineCost(CS, getInlineParams(), CalleeTTI, in shouldPartialInline()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h192 InlineCost getInlineCost(
204 getInlineCost(CallSite CS, Function *Callee, const InlineParams &Params,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h143 InlineCost getInlineCost(CallSite CS,
150 InlineCost getInlineCost(CallSite CS,
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DInlinerPass.h66 virtual InlineCost getInlineCost(CallSite CS) = 0;
/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h56 virtual InlineCost getInlineCost(CallSite CS) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DInliner.h55 virtual InlineCost getInlineCost(CallSite CS) = 0;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp473 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/
DBasicInliner.cpp110 InlineCost IC = CA.getInlineCost(CS, NeverInline); in inlineFunctions()
/external/llvm/lib/Analysis/
DInlineCost.cpp1447 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/
DInlineCost.cpp1947 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