Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp97 OwningOpRef<ModuleOp> pdlModuleOp = ModuleOp::create(patternOp.getLoc()); in findAllMatches() local
98 patternOp->moveBefore(pdlModuleOp->getBody(), in findAllMatches()
99 pdlModuleOp->getBody()->end()); in findAllMatches()
100 PDLPatternModule patternModule(std::move(pdlModuleOp)); in findAllMatches()
627 OwningOpRef<ModuleOp> pdlModuleOp = in apply() local