Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1946 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()
1962 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP
1966 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;