Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h421 MLIR_CAPI_EXPORTED void mlirRegionInsertOwnedBlockAfter(MlirRegion region,
/external/llvm-project/mlir/test/CAPI/
Dir.c495 mlirRegionInsertOwnedBlockAfter(region, nullBlock, block1); in buildWithInsertionsAndPrint()
496 mlirRegionInsertOwnedBlockAfter(region, block3, block4); in buildWithInsertionsAndPrint()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp370 void mlirRegionInsertOwnedBlockAfter(MlirRegion region, MlirBlock reference, in mlirRegionInsertOwnedBlockAfter() function