MLIR  20.0.0git
Classes | Namespaces | Functions
Bufferize.h File Reference
#include "mlir/Transforms/DialectConversion.h"

Go to the source code of this file.

Classes

struct  mlir::bufferization::BufferizationStatistics
 Bufferization statistics for debugging. More...
 

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::bufferization
 

Functions

LogicalResult mlir::bufferization::bufferizeOp (Operation *op, const BufferizationOptions &options, BufferizationStatistics *statistics=nullptr)
 Bufferize op and its nested ops that implement BufferizableOpInterface. More...
 
LogicalResult mlir::bufferization::bufferizeBlockSignature (Block *block, RewriterBase &rewriter, const BufferizationOptions &options)
 Bufferize the signature of block and its callers (i.e., ops that have the given block as a successor). More...