Home
last modified time | relevance | path

Searched refs:mlirRegionInsertOwnedBlockBefore (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h583 MLIR_CAPI_EXPORTED void mlirRegionInsertOwnedBlockBefore(MlirRegion region,
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c527 mlirRegionInsertOwnedBlockBefore(region, nullBlock, block3); in buildWithInsertionsAndPrint()
528 mlirRegionInsertOwnedBlockBefore(region, block3, block2); in buildWithInsertionsAndPrint()
531 mlirRegionInsertOwnedBlockBefore(region, block3, block5); in buildWithInsertionsAndPrint()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp543 void mlirRegionInsertOwnedBlockBefore(MlirRegion region, MlirBlock reference, in mlirRegionInsertOwnedBlockBefore() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2836 mlirRegionInsertOwnedBlockBefore(region, self.get(), block); in populateIRCore()