Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h85 auto InCache = Cache.lookup(V); in GetUnderlyingObjCPtrCached() local
86 if (InCache.first && InCache.second) in GetUnderlyingObjCPtrCached()
87 return InCache.second; in GetUnderlyingObjCPtrCached()