Home
last modified time | relevance | path

Searched refs:replaceOpWithRegion (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp398 static void replaceOpWithRegion(PatternRewriter &rewriter, Operation *op, in replaceOpWithRegion() function
556 replaceOpWithRegion(rewriter, op, op.getLoopBody(), blockArgs); in matchAndRewrite()
784 replaceOpWithRegion(rewriter, op, op.thenRegion()); in matchAndRewrite()
786 replaceOpWithRegion(rewriter, op, op.elseRegion()); in matchAndRewrite()