Home
last modified time | relevance | path

Searched refs:mlirRegionIsNull (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h554 static inline bool mlirRegionIsNull(MlirRegion region) { return !region.ptr; } in mlirRegionIsNull() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h672 assert(!mlirRegionIsNull(region) && "python region cannot be null"); in PyRegion()
H A DIRCore.cpp2813 if (!mlirRegionIsNull(mlirBlockGetParentRegion(b))) in populateIRCore()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c240 while (!mlirRegionIsNull(region)) { in collectStatsSingle()