Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1984 auto nestedOps = op.thenBlock()->without_terminator(); in matchAndRewrite() local
1986 if (!llvm::hasSingleElement(nestedOps)) in matchAndRewrite()
1993 auto nestedIf = dyn_cast<IfOp>(*nestedOps.begin()); in matchAndRewrite()