Home
last modified time | relevance | path

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

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