Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp532 if (mlirBlockIsNull(reference)) { in mlirRegionInsertOwnedBlockAfter()
545 if (mlirBlockIsNull(reference)) in mlirRegionInsertOwnedBlockBefore()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h611 static inline bool mlirBlockIsNull(MlirBlock block) { return !block.ptr; } in mlirBlockIsNull() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp263 if (mlirBlockIsNull(next)) { in dunderNext()
300 while (!mlirBlockIsNull(block)) { in dunderLen()
314 while (!mlirBlockIsNull(block)) { in dunderGetItem()
1079 assert(!mlirBlockIsNull(block) && "Attached operation has null parent"); in getBlock()
H A DIRModule.h693 assert(!mlirBlockIsNull(block) && "python block cannot be null"); in PyBlock()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c242 !mlirBlockIsNull(block); block = mlirBlockGetNextInRegion(block)) { in collectStatsSingle()