Searched refs:PHIPair (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 1152 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-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3184 typedef std::pair<PHINode *, PHINode *> PHIPair; typedef in __anondc2463830711::AddressingModeCombiner 3394 SmallSetVector<PHIPair, 8> &Matcher, in MatchPhiNode() argument 3396 SmallVector<PHIPair, 8> WorkList; in MatchPhiNode() 3401 SmallSet<PHIPair, 8> Visited; in MatchPhiNode() 3451 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3331 typedef std::pair<PHINode *, PHINode *> PHIPair; typedef in __anon9452010f0b11::AddressingModeCombiner 3541 SmallSetVector<PHIPair, 8> &Matcher, in MatchPhiNode() argument 3543 SmallVector<PHIPair, 8> WorkList; in MatchPhiNode() 3548 SmallSet<PHIPair, 8> Visited; in MatchPhiNode() 3598 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet()
|