Searched refs:IntrinsicIDCache (Results 1 – 3 of 3) sorted by relevance
275 getContext().pImpl->IntrinsicIDCache.erase(this); in ~Function()435 LLVMContextImpl::IntrinsicIDCacheTy &IntrinsicIDCache = in getIntrinsicID() local436 getContext().pImpl->IntrinsicIDCache; in getIntrinsicID()437 if (!IntrinsicIDCache.count(this)) { in getIntrinsicID()439 IntrinsicIDCache[this]=Id; in getIntrinsicID()442 return IntrinsicIDCache[this]; in getIntrinsicID()
191 getContext().pImpl->IntrinsicIDCache.erase(F); in setName()
969 IntrinsicIDCacheTy IntrinsicIDCache;