Lines Matching defs:UpdateCounterOprNum
10099 unsigned UpdateCounterOprNum;
10111 MachineInstr *Update, unsigned UpdateCounterOprNum,
10119 UpdateCounterOprNum(UpdateCounterOprNum), Init(Init),
10233 NextCounter = cloneInstr(Update, UpdateCounterOprNum, Counter, MBB,
10241 cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, MBB.end());
10254 cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, MBB.end());
10267 cloneInstr(Update, UpdateCounterOprNum, Counter, MBB, MBB.end());
10305 unsigned &UpdateCounterOprNum, Register &InitReg,
10324 UpdateCounterOprNum = 0;
10356 UpdateCounterOprNum = 1;
10368 UpdateCounterOprNum = 1;
10370 UpdateCounterOprNum = 2;
10377 CurReg = Def->getOperand(UpdateCounterOprNum).getReg();
10480 unsigned UpdateCounterOprNum;
10482 Update, UpdateCounterOprNum, Init, IsUpdatePriorComp))
10486 LoopBB, CondBranch, Comp, CompCounterOprNum, Update, UpdateCounterOprNum,