Home
last modified time | relevance | path

Searched refs:mlirBlockIsNull (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp373 if (mlirBlockIsNull(reference)) { in mlirRegionInsertOwnedBlockAfter()
386 if (mlirBlockIsNull(reference)) in mlirRegionInsertOwnedBlockBefore()
/external/llvm-project/mlir/include/mlir-c/
DIR.h445 static inline bool mlirBlockIsNull(MlirBlock block) { return !block.ptr; } in mlirBlockIsNull() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h530 assert(!mlirBlockIsNull(block) && "python block cannot be null"); in PyBlock()
DIRModules.cpp228 if (mlirBlockIsNull(next)) { in dunderNext()
265 while (!mlirBlockIsNull(block)) { in dunderLen()
279 while (!mlirBlockIsNull(block)) { in dunderGetItem()
866 assert(!mlirBlockIsNull(block) && "Attached operation has null parent"); in getBlock()
/external/llvm-project/mlir/test/CAPI/
Dir.c224 !mlirBlockIsNull(block); block = mlirBlockGetNextInRegion(block)) { in collectStatsSingle()