Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DThreadLocalCache.h64 std::weak_ptr<ValueT> &threadInstance = staticCache[this]; in get() local
65 if (std::shared_ptr<ValueT> value = threadInstance.lock()) in get()
72 threadInstance = instance; in get()