Home
last modified time | relevance | path

Searched refs:getCost (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp367 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost() in shouldInline()
368 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
372 Twine(IC.getCost()) + ", threshold=" + in shouldInline()
373 Twine(IC.getCostDelta() + IC.getCost()) + ")"); in shouldInline()
396 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline()
426 TotalSecondaryCost += IC2.getCost(); in shouldInline()
436 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) { in shouldInline()
438 " Cost = " << IC.getCost() << in shouldInline()
449 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost() in shouldInline()
450 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
[all …]
/external/llvm/include/llvm/Analysis/
DInlineCost.h90 int getCost() const { in getCost() function
98 int getCostDelta() const { return Threshold - getCost(); } in getCostDelta()
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp125 unsigned getCost() const { return Cost; } in getCost() function
309 unsigned Cost = ShufTab[LHS].Cost + Op->getCost(); in main()
347 unsigned Cost = NumVals + Op->getCost(); in main()
/external/llvm/lib/Analysis/
DInlineCost.cpp180 int getCost() { return Cost; } in getCost() function in __anonb653f77d0111::CallAnalyzer
838 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in visitCallSite()
1410 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()
1412 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()
1415 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...