Lines Matching defs:TripCount
1206 CountValue *TripCount = getLoopTripCount(L, OldInsts);
1207 if (!TripCount)
1211 if (TripCount->isReg()) {
1214 MachineInstr *TCDef = MRI->getVRegDef(TripCount->getReg());
1247 if (TripCount->isReg()) {
1251 .addReg(TripCount->getReg(), 0, TripCount->getSubReg());
1256 assert(TripCount->isImm() && "Expecting immediate value for trip count");
1260 int64_t CountImm = TripCount->getImm();
1297 delete TripCount;