MLIR
20.0.0git
|
#include "mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.h"
#include "mlir/Pass/PassOptions.h"
Go to the source code of this file.
Classes | |
struct | mlir::bufferization::BufferDeallocationPipelineOptions |
Options for the buffer deallocation pipeline. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::bufferization | |
Functions | |
void | mlir::bufferization::buildBufferDeallocationPipeline (OpPassManager &pm, const BufferDeallocationPipelineOptions &options) |
Adds the buffer deallocation pipeline to the OpPassManager . More... | |
void | mlir::bufferization::registerBufferizationPipelines () |
Registers all pipelines for the bufferization dialect. More... | |