Searched refs:AliasCacheKey (Results 1 – 1 of 1) sorted by relevance
2834 AliasCacheKey key = std::make_pair(Inst1, Inst2); in isAliased()2847 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP2851 DenseMap<AliasCacheKey, std::optional<bool>> AliasCache;