Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp138 const PDLByteCode::MatchResult *pdlMatch = nullptr; in matchAndRewrite() local
149 pdlMatch = pdlIt; in matchAndRewrite()
164 if (pdlMatch) { in matchAndRewrite()
165 bytecode->rewrite(rewriter, *pdlMatch, *mutableByteCodeState); in matchAndRewrite()