19 return matcher.match(op, *matchedOps);
27 return matcher.match(op, *matchedOps);
Operation is the basic unit of execution within MLIR.
bool anyOfVariadicOperator(Operation *op, SetVector< Operation * > *matchedOps, ArrayRef< DynMatcher > innerMatchers)
bool allOfVariadicOperator(Operation *op, SetVector< Operation * > *matchedOps, ArrayRef< DynMatcher > innerMatchers)
Computes the backward-slice of all transitive defs reachable from rootOp, if innerMatcher matches.
llvm::SetVector< T, Vector, Set, N > SetVector