HomeSort by relevance Sort by last modified time
    Searched refs:InlineCostAnalyzer (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 242 void InlineCostAnalyzer::FunctionInfo::analyzeFunction(Function *F,
262 bool InlineCostAnalyzer::FunctionInfo::NeverInline() {
269 int InlineCostAnalyzer::getSpecializationBonus(Function *Callee,
310 int InlineCostAnalyzer::ConstantFunctionBonus(CallSite CS, Constant *C) {
324 int InlineCostAnalyzer::CountBonusForConstant(Value *V, Constant *C) {
370 int InlineCostAnalyzer::getInlineSize(CallSite CS, Function *Callee) {
423 int InlineCostAnalyzer::getInlineBonuses(CallSite CS, Function *Callee) {
473 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS,
478 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS,
542 InlineCost InlineCostAnalyzer::getSpecializationCost(Function *Callee
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InlineCost.h 94 /// InlineCostAnalyzer - Cost analyzer used by inliner.
95 class InlineCostAnalyzer {
136 InlineCostAnalyzer(): TD(0) {}
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 37 InlineCostAnalyzer CA;
InlineSimple.cpp 35 InlineCostAnalyzer CA;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 67 InlineCostAnalyzer CA;

Completed in 165 milliseconds