pub unsafe extern "C" fn mlirRewriterBaseInlineRegionBefore(
rewriter: MlirRewriterBase,
region: MlirRegion,
before: MlirBlock,
)
Expand description
Move the blocks that belong to “region” before the given position in another region “parent”. The two regions must be different. The caller is responsible for creating or updating the operation transferring flow of control to the region and passing it the correct block arguments.