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

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp626 CacheMapTy::iterator CacheIt = CacheMap.find(*I); local
628 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second))
629 CacheMap.erase(CacheIt);
647 CacheMapTy::iterator CacheIt = CacheMap.find(V); local
648 if (CacheIt != CacheMap.end())
649 return CacheIt->second;
683 // Don't reuse CacheIt since it may be invalid at this point.

Completed in 39 milliseconds