Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopCoalescing.cpp90 if (auto scfForOp = dyn_cast<scf::ForOp>(op)) in runOnOperation() local
91 walkLoop(scfForOp); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp156 auto scfForOp = rewriter.create<scf::ForOp>(loc, lowerBound, upperBound, in matchAndRewrite() local
158 rewriter.eraseBlock(scfForOp.getBody()); in matchAndRewrite()
159 rewriter.inlineRegionBefore(op.getRegion(), scfForOp.getRegion(), in matchAndRewrite()
160 scfForOp.getRegion().end()); in matchAndRewrite()
161 rewriter.replaceOp(op, scfForOp.getResults()); in matchAndRewrite()