Searched refs:PHIList (Results 1 – 3 of 3) sorted by relevance
74 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument88 PHIList.push_back(&P); in getEquivalentPHIs()
680 SmallVector<Value *, 1> PHIList; in run() local681 getEquivalentPHIs(*PN, PHIList); in run()682 for (Value *PHI : PHIList) in run()
3911 PHIListT PHIList; member in __anon52c3d0e81211::LDVSSABlock3926 PHIList.emplace_back(Value, this); in newPHI()3927 return &PHIList.back(); in newPHI()3931 PHIListT &phis() { return PHIList; } in phis()