Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;