Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h249 using AliasCacheT = SmallDenseMap<LocPair, CacheEntry, 8>;
250 AliasCacheT AliasCache;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h301 using AliasCacheT = SmallDenseMap<LocPair, AliasResult, 8>; variable
302 AliasCacheT AliasCache;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1831 std::pair<AAQueryInfo::AliasCacheT::iterator, bool> Pair = in aliasCheck()