Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h55 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()
65 UnsafeCols[j - 1] = true; in MatrixMetadata()
82 const bool* getUnsafeCols() const { return UnsafeCols.get(); } in getUnsafeCols()
88 std::unique_ptr<bool[]> UnsafeCols; variable