Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h630 class VPLiveOut : public VPUser {
634 VPLiveOut(PHINode *Phi, VPValue *Op) in VPLiveOut() function
2539 MapVector<PHINode *, VPLiveOut *> LiveOuts;
2728 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const {
H A DVPlan.cpp794 LiveOuts.insert({PN, new VPLiveOut(PN, V)}); in addLiveOut()
H A DVPlanRecipes.cpp132 void VPLiveOut::fixPhi(VPlan &Plan, VPTransformState &State) { in fixPhi()