Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp85 static void replaceOpWithRegion(PatternRewriter &rewriter, Operation *op, in replaceOpWithRegion() function
161 replaceOpWithRegion(rewriter, op, op.getRegion()); in matchAndRewrite()
758 replaceOpWithRegion(rewriter, op, op.getLoopBody(), blockArgs); in matchAndRewrite()
1553 replaceOpWithRegion(rewriter, op, op.getThenRegion()); in matchAndRewrite()
1555 replaceOpWithRegion(rewriter, op, op.getElseRegion()); in matchAndRewrite()