Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h56 using VectorPtr = typename CostAllocator::VectorPtr; variable
69 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
95 VectorPtr Costs;
378 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()
468 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
482 const VectorPtr& getNodeCostsPtr(NodeId NId) const { in getNodeCostsPtr()
H A DCostAllocator.h116 using VectorPtr = typename VectorCostPool::PoolRef; variable
119 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector()