Home
last modified time | relevance | path

Searched refs:removeIncomingValueFor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanConstruction.cpp507 cast<VPIRPhi>(&R)->removeIncomingValueFor(Pred); in prepareForVectorization()
H A DVPlan.h1225 void removeIncomingValueFor(VPBlockBase *IncomingBlock) const;
H A DVPlanTransforms.cpp1915 Phi->removeIncomingValueFor(VPBB); in removeBranchOnConst()
H A DVPlanRecipes.cpp1357 void VPPhiAccessors::removeIncomingValueFor(VPBlockBase *IncomingBlock) const { in removeIncomingValueFor() function in VPPhiAccessors