Home
last modified time | relevance | path

Searched refs:VectorPtr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h55 using VectorPtr = typename CostAllocator::VectorPtr; variable
68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
94 VectorPtr Costs;
377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()
467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
481 const VectorPtr& getNodeCostsPtr(NodeId NId) const { in getNodeCostsPtr()
H A DCostAllocator.h115 using VectorPtr = typename VectorCostPool::PoolRef; variable
118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector()