Searched defs:getInlineCost (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp54 InlineCost getInlineCost(CallSite CS) override;
92 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { function in class:AlwaysInliner
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInlineAlways.cpp44 InlineCost getInlineCost(CallSite CS) { function in class:__anon20183::AlwaysInliner
45 return CA.getInlineCost(CS, NeverInline);
H A DInlineSimple.cpp44 InlineCost getInlineCost(CallSite CS) { function in class:__anon20184::SimpleInliner
45 return CA.getInlineCost(CS, NeverInline);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInlineCost.cpp470 // getInlineCost - The heuristic used to determine if we should inline the
473 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, function in class:InlineCostAnalyzer
475 return getInlineCost(CS, CS.getCalledFunction(), NeverInline);
478 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, function in class:InlineCostAnalyzer
/external/llvm/lib/Analysis/
H A DInlineCost.cpp1447 InlineCost llvm::getInlineCost(CallSite CS, int DefaultThreshold, function in class:llvm
1451 return getInlineCost(CS, CS.getCalledFunction(), DefaultThreshold, CalleeTTI,
1468 InlineCost llvm::getInlineCost(CallSite CS, Function *Callee, function in class:llvm

Completed in 136 milliseconds