Searched refs:nextElse (Results 1 – 1 of 1) sorted by relevance
1830 Block *nextElse = nullptr; in matchAndRewrite() local1834 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()