Searched refs:pdlModuleOp (Results 1 – 1 of 1) sorted by relevance
97 OwningOpRef<ModuleOp> pdlModuleOp = ModuleOp::create(patternOp.getLoc()); in findAllMatches() local98 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