Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/PBQP/
DRegAllocSolver.h46 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata() local
53 ++ColCounts[j - 1]; in MatrixMetadata()
61 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
63 delete[] ColCounts; in MatrixMetadata()