Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DFrozenRewritePatternList.cpp67 pdlByteCode = std::make_unique<detail::PDLByteCode>( in FrozenRewritePatternList()
75 pdlByteCode(std::move(patterns.pdlByteCode)) {} in FrozenRewritePatternList()
/external/llvm-project/mlir/include/mlir/Rewrite/
DFrozenRewritePatternList.h40 return pdlByteCode.get(); in getPDLByteCode()
48 std::unique_ptr<detail::PDLByteCode> pdlByteCode; variable