Searched refs:getUniqued (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadataImpl.h22 static T *getUniqued(DenseSet<T *, InfoT> &Store, function in namespace:llvm
H A DDebugInfoMetadata.cpp59 if (auto *N = getUniqued(Context.pImpl->DILocations,
284 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key))
310 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
H A DMetadata.cpp764 if (T *U = getUniqued(Store, N))
819 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key))

Completed in 55 milliseconds