Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DThreadLocalCache.h33 struct CacheType : public llvm::SmallDenseMap<ThreadLocalCache<ValueT> *, struct
35 ~CacheType() { in ~CacheType() argument
63 CacheType &staticCache = getStaticCache(); in get() argument
89 static CacheType &getStaticCache() { in getStaticCache()
90 static LLVM_THREAD_LOCAL CacheType cache; in getStaticCache()