Searched refs:createExpandReallocPass (Results 1 – 5 of 5) sorted by relevance
23 pm.addPass(memref::createExpandReallocPass(/*emitDeallocs=*/false)); in buildBufferDeallocationPipeline()
78 std::unique_ptr<Pass> createExpandReallocPass(bool emitDeallocs = true);
250 let constructor = "mlir::memref::createExpandReallocPass()";
76 pm.addNestedPass<func::FuncOp>(memref::createExpandReallocPass()); in buildSparsifier()
173 std::unique_ptr<Pass> mlir::memref::createExpandReallocPass(bool emitDeallocs) { in createExpandReallocPass() function in mlir::memref