pub unsafe extern "C" fn mlirRewriterBaseCloneRegionBefore(
rewriter: MlirRewriterBase,
region: MlirRegion,
before: MlirBlock,
)
Expand description
Clone the blocks that belong to “region” before the given position in another region “parent”.