Searched refs:mlirRegionAppendOwnedBlock (Results 1 – 5 of 5) sorted by relevance
519 void mlirRegionAppendOwnedBlock(MlirRegion region, MlirBlock block) { in mlirRegionAppendOwnedBlock() function546 return mlirRegionAppendOwnedBlock(region, block); in mlirRegionInsertOwnedBlockBefore()
564 MLIR_CAPI_EXPORTED void mlirRegionAppendOwnedBlock(MlirRegion region,
96 mlirRegionAppendOwnedBlock(funcBodyRegion, funcBody); in makeAndDumpAdd()145 mlirRegionAppendOwnedBlock(loopBodyRegion, loopBody); in makeAndDumpAdd()1636 mlirRegionAppendOwnedBlock(region, block); in testBackreferences()
58 be taken by the callee, for example `mlirRegionAppendOwnedBlock`.
339 mlirRegionAppendOwnedBlock(region, block); in appendBlock()2815 mlirRegionAppendOwnedBlock(region.get(), b); in populateIRCore()