Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h305 using CacheMapTy = DenseMap<const Value *, WeakEvalType>; variable
314 CacheMapTy CacheMap;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1068 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute()
1096 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()