Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp513 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()
529 typedef std::pair<Instruction *, Instruction *> AliasCacheKey; typedef in llvm::slpvectorizer::BoUpSLP
533 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1734 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()
1750 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP
1754 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1876 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()
1892 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP
1896 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;