Searched refs:scfForOp (Results 1 – 2 of 2) sorted by relevance
90 if (auto scfForOp = dyn_cast<scf::ForOp>(op)) in runOnOperation() local91 walkLoop(scfForOp); in runOnOperation()
156 auto scfForOp = rewriter.create<scf::ForOp>(loc, lowerBound, upperBound, in matchAndRewrite() local158 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()