Searched refs:VPLiveOut (Results 1 – 3 of 3) sorted by relevance
630 class VPLiveOut : public VPUser {634 VPLiveOut(PHINode *Phi, VPValue *Op) in VPLiveOut() function2539 MapVector<PHINode *, VPLiveOut *> LiveOuts;2728 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const {
794 LiveOuts.insert({PN, new VPLiveOut(PN, V)}); in addLiveOut()
132 void VPLiveOut::fixPhi(VPlan &Plan, VPTransformState &State) { in fixPhi()