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