Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1830 Block *nextElse = nullptr; in matchAndRewrite() local
1834 nextElse = nextIf.elseBlock(); in matchAndRewrite()
1840 nextElse = nextIf.thenBlock(); in matchAndRewrite()
1849 nextElse = nextIf.thenBlock(); in matchAndRewrite()
1855 if (!nextThen && !nextElse) in matchAndRewrite()
1872 } else if (nextElse && nextElse->getParent()->isAncestor( in matchAndRewrite()
1908 if (nextElse) { in matchAndRewrite()
1910 rewriter.inlineRegionBefore(*nextElse->getParent(), in matchAndRewrite()
1915 YieldOp elseYield2 = cast<YieldOp>(nextElse->getTerminator()); in matchAndRewrite()
1916 rewriter.mergeBlocks(nextElse, combinedIf.elseBlock()); in matchAndRewrite()