Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp319 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost() in shouldInline()
320 << ", thres=" << (IC.getCostDelta() + IC.getCost()) in shouldInline()
324 Twine(IC.getCost()) + ", threshold=" + in shouldInline()
325 Twine(IC.getCostDelta() + IC.getCost()) + ")"); in shouldInline()
348 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline()
378 TotalSecondaryCost += IC2.getCost(); in shouldInline()
388 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) { in shouldInline()
390 " Cost = " << IC.getCost() << in shouldInline()
401 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost() in shouldInline()
402 << ", 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/IPA/
DInlineCost.cpp162 int getCost() { return Cost; } in getCost() function in __anonf38a11c60111::CallAnalyzer
797 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost()); in visitCallSite()
1348 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()
1350 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()
1353 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...