Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h55 typedef typename CostAllocator::VectorPtr VectorPtr; typedef
72 NodeEntry(VectorPtr Costs) : Costs(Costs) {} in NodeEntry()
94 VectorPtr Costs;
359 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()
404 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
DCostAllocator.h132 typedef typename VectorCostPool::PoolRef VectorPtr; typedef
136 VectorPtr getVector(VectorKeyT v) { return vectorPool.getCost(std::move(v)); } in getVector()