Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h58 typedef typename CostAllocator::MatrixPtr MatrixPtr; typedef
105 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
169 MatrixPtr Costs;
421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in addEdge()
516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs)); in updateEdgeCosts()
530 const MatrixPtr& getEdgeCostsPtr(EdgeId EId) const { in getEdgeCostsPtr()
DCostAllocator.h117 typedef typename MatrixCostPool::PoolRef MatrixPtr; typedef
123 MatrixPtr getMatrix(MatrixKeyT m) { return MatrixPool.getValue(std::move(m)); } in getMatrix()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp183 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache;