Searched refs:mlirRegionIsNull (Results 1 – 4 of 4) sorted by relevance
554 static inline bool mlirRegionIsNull(MlirRegion region) { return !region.ptr; } in mlirRegionIsNull() function
672 assert(!mlirRegionIsNull(region) && "python region cannot be null"); in PyRegion()
2813 if (!mlirRegionIsNull(mlirBlockGetParentRegion(b))) in populateIRCore()
240 while (!mlirRegionIsNull(region)) { in collectStatsSingle()