Home
last modified time | relevance | path

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

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