Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h57 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()
67 UnsafeCols[j - 1] = true; in MatrixMetadata()
84 const bool* getUnsafeCols() const { return UnsafeCols.get(); } in getUnsafeCols()
90 std::unique_ptr<bool[]> UnsafeCols; variable