Lines Matching defs:TripCount
3843 VPValue *TripCount = nullptr;
3846 /// the tail. It equals TripCount - 1.
3895 TripCount = TC;
3921 void prepareToExecute(Value *TripCount, Value *VectorTripCount,
3972 assert(TripCount && "trip count needs to be set before accessing it");
3973 return TripCount;
3979 assert(TripCount && NewTripCount && TripCount->getNumUsers() == 0 &&
3980 "TripCount always must be set");
3981 TripCount = NewTripCount;