Searched refs:getCost (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h39 CostT& getCost() { return cost; } function in class:PBQP::CostPool::PoolEntry
40 const CostT& getCost() const { return cost; } function in class:PBQP::CostPool::PoolEntry
74 CostT& operator*() { return entry->getCost(); }
75 const CostT& operator*() const { return entry->getCost(); }
76 CostT* operator->() { return &entry->getCost(); }
77 const CostT* operator->() const { return &entry->getCost(); }
91 return compare(a->getCost(), b);
94 return compare(a->getCost(), b->getCost());
109 PoolRef getCost(CostKey function in class:PBQP::CostPool
[all...]
/external/llvm/include/llvm/Analysis/
H A DInlineCost.h89 int getCost() const {
97 int getCostDelta() const { return Threshold - getCost(); }
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp334 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
335 << ", thres=" << (IC.getCostDelta() + IC.getCost())
339 Twine(IC.getCost()) + ", threshold=" +
340 Twine(IC.getCostDelta() + IC.getCost()) + ")");
364 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
394 TotalSecondaryCost += IC2.getCost();
404 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost()) {
406 " Cost = " << IC.getCost() <<
417 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost()
418 << ", thres=" << (IC.getCostDelta() + IC.getCost())
[all...]
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp125 unsigned getCost() const { return Cost; } function in struct:Operator
309 unsigned Cost = ShufTab[LHS].Cost + Op->getCost();
347 unsigned Cost = NumVals + Op->getCost();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp159 int getCost() { return Cost; } function in class:__anon25683::CallAnalyzer
785 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
1299 if (!ShouldInline && CA.getCost() < CA.getThreshold())
1301 if (ShouldInline && CA.getCost() >= CA.getThreshold())
1304 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold());
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 903 milliseconds