mlir_sys

Function mlirRewriterBaseSetInsertionPointToStart

Source
pub unsafe extern "C" fn mlirRewriterBaseSetInsertionPointToStart(
    rewriter: MlirRewriterBase,
    block: MlirBlock,
)
Expand description

Sets the insertion point to the start of the specified block.