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