pub unsafe extern "C" fn mlirOperationMoveBefore(
    op: MlirOperation,
    other: MlirOperation
)
Expand description

Moves the given operation immediately before the other operation in its parent block. The given operation may be owner by the caller or by its current block. The other operation must belong to a block. In any case, the ownership is transferred to the block of the other operation.