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

  /external/llvm/include/llvm/Analysis/
InlineCost.h 90 int getCost() const {
98 int getCostDelta() const { return Threshold - getCost(); }
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 279 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
280 << ", thres=" << (IC.getCostDelta() + IC.getCost())
305 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
336 TotalSecondaryCost += IC2.getCost();
346 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) {
348 " Cost = " << IC.getCost() <<
354 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost()
355 << ", thres=" << (IC.getCostDelta() + IC.getCost())
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 125 unsigned getCost() const { return Cost; }
309 unsigned Cost = ShufTab[LHS].Cost + Op->getCost();
347 unsigned Cost = NumVals + Op->getCost();
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 152 int getCost() { return Cost; }
778 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 135 milliseconds