Searched refs:PHIList (Results 1 – 3 of 3) sorted by relevance
75 void getEquivalentPHIs(PHINodeTy &PN, VectorTy &PHIList) { in getEquivalentPHIs() argument89 PHIList.push_back(&P); in getEquivalentPHIs()
673 SmallVector<Value *, 1> PHIList; in run() local674 getEquivalentPHIs(*PN, PHIList); in run()675 for (Value *PHI : PHIList) in run()
3749 PHIListT PHIList; member in __anon15ea8c001111::LDVSSABlock3764 PHIList.emplace_back(Value, this); in newPHI()3765 return &PHIList.back(); in newPHI()3769 PHIListT &phis() { return PHIList; } in phis()