Home
last modified time | relevance | path

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

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