pub unsafe extern "C" fn mlirRewriterBaseMoveBlockBefore(
rewriter: MlirRewriterBase,
block: MlirBlock,
existingBlock: MlirBlock,
)Expand description
Unlink this block and insert it right before existingBlock.
pub unsafe extern "C" fn mlirRewriterBaseMoveBlockBefore(
rewriter: MlirRewriterBase,
block: MlirBlock,
existingBlock: MlirBlock,
)Unlink this block and insert it right before existingBlock.