Searched refs:CacheIt (Results 1 – 1 of 1) sorted by relevance
626 CacheMapTy::iterator CacheIt = CacheMap.find(*I); in compute() local628 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()629 CacheMap.erase(CacheIt); in compute()647 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() local648 if (CacheIt != CacheMap.end()) in compute_()649 return CacheIt->second; in compute_()