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 557 accumulateSROACost(CostIt, InlineConstants::InstrCost);
627 accumulateSROACost(CostIt, InlineConstants::InstrCost);
642 accumulateSROACost(CostIt, InlineConstants::InstrCost);
763 Cost += CS.arg_size() * InlineConstants::InstrCost;
768 Cost += InlineConstants::CallPenalty;
780 Cost += CS.arg_size() * InlineConstants::InstrCost;
793 CallAnalyzer CA(TTI, ACT, *F, InlineConstants::IndirectCallThreshold);
797 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
844 Cost += (SuccessorBlocks.size() - 1) * InlineConstants::InstrCost;
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 348 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
386 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus;

Completed in 103 milliseconds