MLIR 22.0.0git
Bufferize.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::bufferization

Functions

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