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

  /external/llvm/include/llvm/Analysis/
InlineCost.h 28 namespace InlineConstants {
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 547 accumulateSROACost(CostIt, InlineConstants::InstrCost);
610 accumulateSROACost(CostIt, InlineConstants::InstrCost);
625 accumulateSROACost(CostIt, InlineConstants::InstrCost);
744 Cost += CS.arg_size() * InlineConstants::InstrCost;
749 Cost += InlineConstants::CallPenalty;
761 Cost += CS.arg_size() * InlineConstants::InstrCost;
774 CallAnalyzer CA(TD, TTI, *F, InlineConstants::IndirectCallThreshold);
778 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
821 Cost += InlineConstants::InstrCost;
831 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 305 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
344 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus;

Completed in 755 milliseconds