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

  /external/llvm/lib/Analysis/
InlineCost.cpp 241 void InlineCostAnalyzer::FunctionInfo::analyzeFunction(Function *F,
261 bool InlineCostAnalyzer::FunctionInfo::NeverInline() {
268 int InlineCostAnalyzer::getSpecializationBonus(Function *Callee,
309 int InlineCostAnalyzer::ConstantFunctionBonus(CallSite CS, Constant *C) {
323 int InlineCostAnalyzer::CountBonusForConstant(Value *V, Constant *C) {
369 int InlineCostAnalyzer::getInlineSize(CallSite CS, Function *Callee) {
422 int InlineCostAnalyzer::getInlineBonuses(CallSite CS, Function *Callee) {
472 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS,
477 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS,
541 InlineCost InlineCostAnalyzer::getSpecializationCost(Function *Callee
    [all...]
  /external/llvm/include/llvm/Analysis/
InlineCost.h 94 /// InlineCostAnalyzer - Cost analyzer used by inliner.
95 class InlineCostAnalyzer {
136 InlineCostAnalyzer(): TD(0) {}
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 37 InlineCostAnalyzer CA;
InlineSimple.cpp 35 InlineCostAnalyzer CA;
  /external/llvm/lib/Transforms/Utils/
BasicInliner.cpp 67 InlineCostAnalyzer CA;

Completed in 1001 milliseconds