Home
last modified time | relevance | path

Searched refs:getInlineCost (Results 1 – 13 of 13) 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 __anon394cb08f0111::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 __anonbd286ca20111::AlwaysInliner
45 return CA.getInlineCost(CS, NeverInline); in getInlineCost()
DInlineSimple.cpp44 InlineCost getInlineCost(CallSite CS) { in getInlineCost() function in __anond138253b0111::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/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/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