Searched refs:WorstRow (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h44 : WorstRow(0), WorstCol(0),
60 WorstRow = std::max(WorstRow, RowCount);
68 unsigned getWorstRow() const { return WorstRow; }
74 unsigned WorstRow, WorstCol; member in class:llvm::PBQP::RegAlloc::MatrixMetadata

Completed in 83 milliseconds