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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h117 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef in class:llvm::PBQP::PoolCostAllocator
123 MatrixPtr getMatrix(MatrixKeyT m) { return MatrixPool.getValue(std::move(m)); }
H A DGraph.h58 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef in class:llvm::PBQP::Graph
105 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs)
169 MatrixPtr Costs;
421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
522 /// @brief Get a MatrixPtr to a node's cost matrix. Rarely useful - use
525 /// @return MatrixPtr to edge cost matrix.
530 const MatrixPtr& getEdgeCostsPtr(EdgeId EId) const {

Completed in 118 milliseconds