Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp3018 Block &newAfterBlock = in matchAndRewrite() local
3037 afterBlockArg = newAfterBlock.getArgument(j); in matchAndRewrite()
3045 rewriter.mergeBlocks(&afterBlock, &newAfterBlock, newAfterBlockArgs); in matchAndRewrite()
3124 Block &newAfterBlock = *rewriter.createBlock( in matchAndRewrite() local
3133 newAfterBlockArgs[it.value()] = newAfterBlock.getArgument(it.index()); in matchAndRewrite()
3140 rewriter.mergeBlocks(&afterBlock, &newAfterBlock, newAfterBlockArgs); in matchAndRewrite()