Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h147 AliasCacheTy AliasCache; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp792 DenseMap<AliasCacheKey, Optional<bool>> AliasCache; member in llvm::slpvectorizer::BoUpSLP