My Project
|
#include "mlir/IR/Builders.h"
Go to the source code of this file.
Classes | |
class | mlir::PatternBenefit |
class | mlir::PatternState |
class | mlir::Pattern |
class | mlir::RewritePattern |
struct | mlir::OpRewritePattern< SourceOp > |
class | mlir::PatternRewriter |
class | mlir::OwningRewritePatternList |
class | mlir::RewritePatternMatcher |
Namespaces | |
mlir | |
Typedefs | |
using | mlir::PatternMatchResult = Optional< std::unique_ptr< PatternState > > |
Functions | |
bool | mlir::applyPatternsGreedily (Operation *op, const OwningRewritePatternList &patterns) |
bool | mlir::applyPatternsGreedily (MutableArrayRef< Region > regions, const OwningRewritePatternList &patterns) |
Rewrite the given regions, which must be isolated from above. More... | |