Home
last modified time | relevance | path

Searched refs:getCols (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h57 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp508 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h411 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()
437 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
H A DMath.h167 unsigned getCols() const { in getCols() function