mlir_sys

Function mlirOperationSetSuccessor

Source
pub unsafe extern "C" fn mlirOperationSetSuccessor(
    op: MlirOperation,
    pos: isize,
    block: MlirBlock,
)
Expand description

Set pos-th successor of the operation.