Home
last modified time | relevance | path

Searched refs:PHIPair (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1152 const MemoryAccessPair PHIPair(CurrAccess, Loc); in UpwardsDFSWalk() local
1155 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2732 typedef std::pair<PHINode *, PHINode *> PHIPair; typedef in __anond0867ddb0611::AddressingModeCombiner
2946 SmallSetVector<PHIPair, 8> &Matcher, in MatchPhiNode() argument
2948 SmallVector<PHIPair, 8> WorkList; in MatchPhiNode()
2951 SmallSet<PHIPair, 8> Visited; in MatchPhiNode()
2998 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet()