Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h46 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()
57 UnsafeCols[j - 1] = true; in MatrixMetadata()
71 const bool* getUnsafeCols() const { return UnsafeCols.get(); } in getUnsafeCols()
76 std::unique_ptr<bool[]> UnsafeCols; variable