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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h133 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef in class:PBQP::PoolCostAllocator
139 MatrixPtr getMatrix(MatrixKeyT m) { return matrixPool.getCost(std::move(m)); }
H A DGraph.h56 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef in class:PBQP::Graph
102 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs)
166 MatrixPtr Costs;
376 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
434 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));

Completed in 177 milliseconds