/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 __anon30e766b00111::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 __anon1ce7d5c30111::AlwaysInliner 45 return CA.getInlineCost(CS, NeverInline); in getInlineCost()
|
D | InlineSimple.cpp | 44 InlineCost getInlineCost(CallSite CS) { in getInlineCost() function in __anon30f78e5c0111::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/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/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
|