Lines Matching defs:CompCounterOprNum
10095 unsigned CompCounterOprNum;
10110 MachineInstr *Comp, unsigned CompCounterOprNum,
10118 CompCounterOprNum(CompCounterOprNum), Update(Update),
10224 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end());
10232 LastStage0Insts[Comp]->getOperand(CompCounterOprNum).getReg();
10257 Counter = LastStage0Insts[Comp]->getOperand(CompCounterOprNum).getReg();
10263 cloneInstr(Comp, CompCounterOprNum, Counter, MBB, MBB.end());
10435 unsigned CompCounterOprNum = 0;
10447 CompCounterOprNum = 1;
10463 if (CompCounterOprNum == 0) {
10465 CompCounterOprNum = 2;
10467 CompCounterOprNum = 1;
10481 if (!getIndVarInfo(Comp->getOperand(CompCounterOprNum).getReg(), LoopBB,
10486 LoopBB, CondBranch, Comp, CompCounterOprNum, Update, UpdateCounterOprNum,