Go to the source code of this file.
|
template<typename Matcher > |
BackwardSliceMatcher< Matcher > | mlir::query::matcher::m_GetDefinitions (Matcher innerMatcher, int64_t maxDepth, bool inclusive, bool omitBlockArguments, bool omitUsesFromAbove) |
| Matches transitive defs of a top-level operation up to N levels. More...
|
|
template<typename Matcher > |
BackwardSliceMatcher< Matcher > | mlir::query::matcher::m_GetAllDefinitions (Matcher innerMatcher, int64_t maxDepth) |
| Matches all transitive defs of a top-level operation up to N levels. More...
|
|