Searched refs:MatrixPtr (Results 1 - 3 of 3) 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.h57 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef in class:llvm::PBQP::Graph
104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs)
168 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 {
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp190 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache;

Completed in 153 milliseconds