Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h45 UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()
56 UnsafeRows[i - 1] = true; in MatrixMetadata()
70 const bool* getUnsafeRows() const { return UnsafeRows.get(); } in getUnsafeRows()
75 std::unique_ptr<bool[]> UnsafeRows; variable