Searched refs:AliasCacheKey (Results 1 – 1 of 1) sorted by relevance
2981 AliasCacheKey Key = std::make_pair(Inst1, Inst2); in isAliased()2992 using AliasCacheKey = std::pair<Instruction *, Instruction *>; typedef in llvm::slpvectorizer::BoUpSLP2996 DenseMap<AliasCacheKey, bool> AliasCache;