Lines Matching defs:NewEntry
703 const auto &[NewEntry, NewExiting] = cloneFrom(getEntry());
704 auto *NewRegion = getPlan()->createVPRegionBlock(NewEntry, NewExiting,
706 for (VPBlockBase *Block : vp_depth_first_shallow(NewEntry))
1154 static void remapOperands(VPBlockBase *Entry, VPBlockBase *NewEntry,
1156 // Update the operands of all cloned recipes starting at NewEntry. This
1162 NewDeepRPOT(NewEntry);
1195 const auto &[NewEntry, __] = cloneFrom(Entry);
1199 vp_depth_first_shallow(NewEntry), [ScalarHeaderIRBB](VPBlockBase *VPB) {
1204 auto *NewPlan = new VPlan(cast<VPBasicBlock>(NewEntry), NewScalarHeader);
1224 remapOperands(Entry, NewEntry, Old2NewVPValues);