Home
last modified time | relevance | path

Searched refs:VPLiveOut (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h635 class VPLiveOut : public VPUser {
639 VPLiveOut(PHINode *Phi, VPValue *Op) in VPLiveOut() function
2205 MapVector<PHINode *, VPLiveOut *> LiveOuts;
2387 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const { in getLiveOuts()
H A DVPlan.cpp813 LiveOuts.insert({PN, new VPLiveOut(PN, V)}); in addLiveOut()
H A DVPlanRecipes.cpp137 void VPLiveOut::fixPhi(VPlan &Plan, VPTransformState &State) { in fixPhi()