Searched refs:CacheMap (Results 1 – 3 of 3) sorted by relevance
62 typedef std::map<ConstString,Entry> CacheMap; typedef63 CacheMap m_map;
597 CacheMapTy::iterator CacheIt = CacheMap.find(*I); in compute()599 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()600 CacheMap.erase(CacheIt); in compute()618 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()619 if (CacheIt != CacheMap.end()) in compute_()657 CacheMap[V] = Result; in compute_()741 CacheMap[&PHI] = std::make_pair(SizePHI, OffsetPHI); in visitPHINode()
222 CacheMapTy CacheMap; variable