Searched refs:getCols (Results 1 – 4 of 4) sorted by relevance
57 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()58 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata()62 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata()73 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
508 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()914 assert(M.getCols() != 0 && "No cols in matrix."); in dump()916 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
411 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()437 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
167 unsigned getCols() const { in getCols() function