Home
last modified time | relevance | path

Searched defs:ExpandReallocOpPattern (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExpandRealloc.cpp53 struct ExpandReallocOpPattern : public OpRewritePattern<memref::ReallocOp> { struct
54 ExpandReallocOpPattern(MLIRContext *ctx, bool emitDeallocs) in ExpandReallocOpPattern() function
57 LogicalResult matchAndRewrite(memref::ReallocOp op, in matchAndRewrite()
141 const bool emitDeallocs;