Searched defs:getCost (Results 1 - 6 of 6) 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/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/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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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 137 milliseconds