|
MLIR 22.0.0git
|
Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::query |
| namespace | mlir::query::matcher |
| Computes the backward-slice of all transitive defs reachable from rootOp, if innerMatcher matches. | |
| namespace | mlir::query::matcher::internal |
Typedefs | |
| using | mlir::query::matcher::VariadicOperatorFunction |
Functions | |
| bool | mlir::query::matcher::internal::allOfVariadicOperator (Operation *op, SetVector< Operation * > *matchedOps, ArrayRef< DynMatcher > innerMatchers) |
| bool | mlir::query::matcher::internal::anyOfVariadicOperator (Operation *op, SetVector< Operation * > *matchedOps, ArrayRef< DynMatcher > innerMatchers) |
Variables | |
| const VariadicOperatorMatcherFunc< 1, std::numeric_limits< unsigned >::max()> | mlir::query::matcher::internal::anyOf = {DynMatcher::AnyOf} |
| const VariadicOperatorMatcherFunc< 1, std::numeric_limits< unsigned >::max()> | mlir::query::matcher::internal::allOf = {DynMatcher::AllOf} |