Searched refs:CacheMap (Results 1 – 5 of 5) sorted by relevance
53 auto CacheIter = CacheMap.find(Offset); in readBytes()54 if (CacheIter != CacheMap.end()) { in readBytes()67 for (auto &CacheItem : CacheMap) { in readBytes()111 if (CacheIter != CacheMap.end()) { in readBytes()116 CacheMap.insert(std::make_pair(Offset, List)); in readBytes()260 for (const auto &MapEntry : CacheMap) { in writeBytes()
87 typedef DenseMap<const MachineLoop*, MachineLoopRange*> CacheMap; typedef92 CacheMap Cache;
664 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute()666 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute()667 CacheMap.erase(CacheIt); in compute()685 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()686 if (CacheIt != CacheMap.end()) in compute_()721 CacheMap[V] = Result; in compute_()805 CacheMap[&PHI] = std::make_pair(SizePHI, OffsetPHI); in visitPHINode()
62 mutable DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap; variable
222 CacheMapTy CacheMap; variable