Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Rewrite/
H A DFrozenRewritePatternSet.h70 return impl->pdlByteCode.get(); in getPDLByteCode()
89 std::unique_ptr<detail::PDLByteCode> pdlByteCode; member
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DFrozenRewritePatternSet.cpp131 impl->pdlByteCode = std::make_unique<detail::PDLByteCode>( in FrozenRewritePatternSet()