HomeSort by relevance Sort by last modified time
    Searched defs:MatrixPtr (Results 1 - 2 of 2) 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 {

Completed in 189 milliseconds