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

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

Completed in 1008 milliseconds