Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h73 WorstCol = std::max(WorstCol, WorstColCountForCurRow); in MatrixMetadata()
81 unsigned getWorstCol() const { return WorstCol; } in getWorstCol()
87 unsigned WorstCol = 0; variable