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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp607 CacheMapTy::iterator CacheIt = CacheMap.find(*I); local
609 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second))
610 CacheMap.erase(CacheIt);
628 CacheMapTy::iterator CacheIt = CacheMap.find(V); local
629 if (CacheIt != CacheMap.end())
630 return CacheIt->second;
666 // Don't reuse CacheIt since it may be invalid at this point.

Completed in 101 milliseconds