Home
last modified time | relevance | path

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

/external/lldb/include/lldb/DataFormatters/
DFormatCache.h62 typedef std::map<ConstString,Entry> CacheMap; typedef
63 CacheMap m_map;
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp597 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()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h222 CacheMapTy CacheMap; variable