Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp272 [&] { return ctorFn(getThreadSafeAllocator()); }); in getOrCreate()
284 return mutationFn(getThreadSafeAllocator()); in mutate()
290 StorageAllocator &getThreadSafeAllocator() { in getThreadSafeAllocator() function