Searched refs:mlirRegionAppendOwnedBlock (Results 1 – 5 of 5) sorted by relevance
360 void mlirRegionAppendOwnedBlock(MlirRegion region, MlirBlock block) { in mlirRegionAppendOwnedBlock() function387 return mlirRegionAppendOwnedBlock(region, block); in mlirRegionInsertOwnedBlockBefore()
409 MLIR_CAPI_EXPORTED void mlirRegionAppendOwnedBlock(MlirRegion region,
84 mlirRegionAppendOwnedBlock(funcBodyRegion, funcBody); in makeAndDumpAdd()128 mlirRegionAppendOwnedBlock(loopBodyRegion, loopBody); in makeAndDumpAdd()
58 be taken by the callee, for example `mlirRegionAppendOwnedBlock`.
298 mlirRegionAppendOwnedBlock(region, block); in appendBlock()