Searched refs:mlirBlockIsNull (Results 1 – 5 of 5) sorted by relevance
532 if (mlirBlockIsNull(reference)) { in mlirRegionInsertOwnedBlockAfter()545 if (mlirBlockIsNull(reference)) in mlirRegionInsertOwnedBlockBefore()
611 static inline bool mlirBlockIsNull(MlirBlock block) { return !block.ptr; } in mlirBlockIsNull() function
263 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()
693 assert(!mlirBlockIsNull(block) && "python block cannot be null"); in PyBlock()
242 !mlirBlockIsNull(block); block = mlirBlockGetNextInRegion(block)) { in collectStatsSingle()