Searched refs:PHIPair (Results 1 – 2 of 2) sorted by relevance
1152 const MemoryAccessPair PHIPair(CurrAccess, Loc); in UpwardsDFSWalk() local1155 if (!Q.Visited.insert(PHIPair).second) { in UpwardsDFSWalk()1166 for (auto MPI = upward_defs_begin(PHIPair), MPE = upward_defs_end(); in UpwardsDFSWalk()1177 if (FirstDef && CurrentPair.first != PHIPair.first && in UpwardsDFSWalk()
2732 typedef std::pair<PHINode *, PHINode *> PHIPair; typedef in __anond0867ddb0611::AddressingModeCombiner2946 SmallSetVector<PHIPair, 8> &Matcher, in MatchPhiNode() argument2948 SmallVector<PHIPair, 8> WorkList; in MatchPhiNode()2951 SmallSet<PHIPair, 8> Visited; in MatchPhiNode()2998 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet()