Lines Matching defs:TripCount
3278 VPValue *TripCount = nullptr;
3281 /// the tail. It equals TripCount - 1.
3315 TripCount = TC;
3340 static VPlanPtr createInitialVPlan(const SCEV *TripCount,
3346 void prepareToExecute(Value *TripCount, Value *VectorTripCount,
3360 assert(TripCount && "trip count needs to be set before accessing it");
3361 return TripCount;
3367 assert(TripCount && NewTripCount && TripCount->getNumUsers() == 0 &&
3368 "TripCount always must be set");
3369 TripCount = NewTripCount;