Home
last modified time | relevance | path

Searched defs:NativePatternListT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Rewrite/
H A DFrozenRewritePatternSet.h25 using NativePatternListT = std::vector<std::unique_ptr<RewritePattern>>; variable
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h809 using NativePatternListT = std::vector<std::unique_ptr<RewritePattern>>; global() variable