Searched refs:AliasCacheKey (Results 1 – 3 of 3) sorted by relevance
513 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()529 typedef std::pair<Instruction *, Instruction *> AliasCacheKey; typedef in llvm::slpvectorizer::BoUpSLP533 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;
1734 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()1750 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP1754 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;
1876 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()1892 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP1896 DenseMap<AliasCacheKey, Optional<bool>> AliasCache;