Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h56 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()
66 UnsafeRows[i - 1] = true; in MatrixMetadata()
83 const bool* getUnsafeRows() const { return UnsafeRows.get(); } in getUnsafeRows()
89 std::unique_ptr<bool[]> UnsafeRows; variable