Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp381 Operation *thenTerminator = thenRegion.back().getTerminator(); in matchAndRewrite() local
382 ValueRange thenTerminatorOperands = thenTerminator->getOperands(); in matchAndRewrite()
385 rewriter.eraseOp(thenTerminator); in matchAndRewrite()