Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1188 DenseMap<VPValue *, VPValue *> &Old2NewVPValues) { in remapOperands() argument
1210 Old2NewVPValues[OldV] = NewV; in remapOperands()
1219 VPValue *NewOp = Old2NewVPValues.lookup(NewR.getOperand(I)); in remapOperands()
1232 DenseMap<VPValue *, VPValue *> Old2NewVPValues; in duplicate() local
1234 Old2NewVPValues[OldLiveIn] = in duplicate()
1237 Old2NewVPValues[&VectorTripCount] = &NewPlan->VectorTripCount; in duplicate()
1238 Old2NewVPValues[&VFxUF] = &NewPlan->VFxUF; in duplicate()
1241 Old2NewVPValues[BackedgeTakenCount] = NewPlan->BackedgeTakenCount; in duplicate()
1245 Old2NewVPValues[TripCount] = in duplicate()
1250 remapOperands(Preheader, NewPreheader, Old2NewVPValues); in duplicate()
[all …]