Searched refs:mlirRegionInsertOwnedBlockAfter (Results 1 – 4 of 4) sorted by relevance
576 MLIR_CAPI_EXPORTED void mlirRegionInsertOwnedBlockAfter(MlirRegion region,
529 mlirRegionInsertOwnedBlockAfter(region, nullBlock, block1); in buildWithInsertionsAndPrint()530 mlirRegionInsertOwnedBlockAfter(region, block3, block4); in buildWithInsertionsAndPrint()
529 void mlirRegionInsertOwnedBlockAfter(MlirRegion region, MlirBlock reference, in mlirRegionInsertOwnedBlockAfter() function
2859 mlirRegionInsertOwnedBlockAfter(region, self.get(), block); in populateIRCore()