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

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 551 accumulateSROACost(CostIt, InlineConstants::InstrCost);
614 accumulateSROACost(CostIt, InlineConstants::InstrCost);
629 accumulateSROACost(CostIt, InlineConstants::InstrCost);
748 Cost += CS.arg_size() * InlineConstants::InstrCost;
753 Cost += InlineConstants::CallPenalty;
765 Cost += CS.arg_size() * InlineConstants::InstrCost;
778 CallAnalyzer CA(TD, TTI, *F, InlineConstants::IndirectCallThreshold);
782 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
825 Cost += InlineConstants::InstrCost;
835 AllocatedSize > InlineConstants::TotalAllocaSizeRecursiveCaller
    [all...]
  /external/llvm/include/llvm/Analysis/
InlineCost.h 27 namespace InlineConstants {
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 328 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
367 TotalSecondaryCost += InlineConstants::LastCallToStaticBonus;

Completed in 177 milliseconds