Searched refs:createFoldSubViewOpsPass (Results 1 – 4 of 4) sorted by relevance
96 std::unique_ptr<Pass> createFoldSubViewOpsPass();
25 let constructor = "mlir::memref::createFoldSubViewOpsPass()";
49 passManager.addPass(memref::createFoldSubViewOpsPass()); in runMLIRPasses()
274 std::unique_ptr<Pass> memref::createFoldSubViewOpsPass() { in createFoldSubViewOpsPass() function in memref