HomeSort by relevance Sort by last modified time
    Searched refs:MatrixPtr (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 117 typedef typename MatrixCostPool::PoolRef MatrixPtr;
123 MatrixPtr getMatrix(MatrixKeyT m) { return MatrixPool.getValue(std::move(m)); }
Graph.h 58 typedef typename CostAllocator::MatrixPtr MatrixPtr;
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 {
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 183 typedef DenseMap<IKey, PBQPRAGraph::MatrixPtr> IMatrixCache;

Completed in 505 milliseconds