Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h74 WorstCol = std::max(WorstCol, WorstColCountForCurRow); in MatrixMetadata()
82 unsigned getWorstCol() const { return WorstCol; } in getWorstCol()
88 unsigned WorstCol = 0; variable