Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h203 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(typeID)) in getWithTypeID()
H A DAttributeSupport.h229 if (!ctx->getAttributeUniquer().isSingletonStorageInitialized(typeID)) in getWithTypeID()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h242 bool isSingletonStorageInitialized(TypeID id);
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp366 bool StorageUniquer::isSingletonStorageInitialized(TypeID id) { in isSingletonStorageInitialized() function in StorageUniquer