Searched refs:VPLiveOut (Results 1 – 3 of 3) sorted by relevance
635 class VPLiveOut : public VPUser {639 VPLiveOut(PHINode *Phi, VPValue *Op) in VPLiveOut() function2205 MapVector<PHINode *, VPLiveOut *> LiveOuts;2387 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const { in getLiveOuts()
813 LiveOuts.insert({PN, new VPLiveOut(PN, V)}); in addLiveOut()
137 void VPLiveOut::fixPhi(VPlan &Plan, VPTransformState &State) { in fixPhi()