Lines Matching defs:TripCount
868 const SCEV *TripCount = SE.getTripCountFromExitCount(BackedgeTakenCountSCEV,
870 Plan->TripCount =
871 vputils::getOrCreateVPValueForSCEVExpr(*Plan, TripCount, SE);
915 IntegerType::getInt1Ty(TripCount->getType()->getContext())))
1096 if (TripCount->isLiveIn())
1098 TripCount->printAsOperand(O, SlotTracker);
1217 assert(TripCount && "trip count must be set");
1218 if (TripCount->isLiveIn())
1219 Old2NewVPValues[TripCount] =
1220 NewPlan->getOrAddLiveIn(TripCount->getLiveInIRValue());
1222 // TripCount is cloned. In any case NewPlan->TripCount is updated below.
1231 assert(Old2NewVPValues.contains(TripCount) &&
1232 "TripCount must have been added to Old2NewVPValues");
1233 NewPlan->TripCount = Old2NewVPValues[TripCount];