Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h428 MLIR_CAPI_EXPORTED void mlirRegionInsertOwnedBlockBefore(MlirRegion region,
/external/llvm-project/mlir/test/CAPI/
Dir.c493 mlirRegionInsertOwnedBlockBefore(region, nullBlock, block3); in buildWithInsertionsAndPrint()
494 mlirRegionInsertOwnedBlockBefore(region, block3, block2); in buildWithInsertionsAndPrint()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp384 void mlirRegionInsertOwnedBlockBefore(MlirRegion region, MlirBlock reference, in mlirRegionInsertOwnedBlockBefore() function