Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h252 using CacheMapTy = DenseMap<const Value *, WeakEvalType>; variable
261 CacheMapTy CacheMap;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1057 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute()
1085 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()