Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryBuiltins.h261 using CacheMapTy = DenseMap<const Value *, WeakEvalType>; variable
270 CacheMapTy CacheMap;
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp1026 CacheMapTy::iterator CacheIt = CacheMap.find(SeenVal); in compute()
1054 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_()