Home
last modified time | relevance | path

Searched defs:AliasCache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h129 AliasCacheTy AliasCache; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h302 AliasCacheT AliasCache; variable
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp533 DenseMap<AliasCacheKey, Optional<bool>> AliasCache; member in llvm::slpvectorizer::BoUpSLP
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1754 DenseMap<AliasCacheKey, Optional<bool>> AliasCache; member in llvm::slpvectorizer::BoUpSLP
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2851 DenseMap<AliasCacheKey, std::optional<bool>> AliasCache; member in llvm::slpvectorizer::BoUpSLP