Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp626 CacheMapTy::iterator CacheIt = CacheMap.find(*I); in compute() local
628 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()
629 CacheMap.erase(CacheIt); in compute()
647 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local
648 if (CacheIt != CacheMap.end()) in compute_()
649 return CacheIt->second; in compute_()