Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Transform/PDLExtension/
H A DPDLExtensionOps.cpp76 OwningOpRef<ModuleOp> pdlModuleOp = ModuleOp::create(patternOp.getLoc()); in findAllMatches() local
77 auto builder = OpBuilder::atBlockEnd(pdlModuleOp->getBody()); in findAllMatches()
79 PDLPatternModule patternModule(std::move(pdlModuleOp)); in findAllMatches()