Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1963 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()
1979 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP
1983 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;