Searched refs:AccumReg (Results 1 – 1 of 1) sorted by relevance
634 unsigned AccumReg = MI->getOperand(3).getReg(); in scanInstruction() local638 if (DestReg != AccumReg) in scanInstruction()641 if (ActiveChains.find(AccumReg) != ActiveChains.end()) { in scanInstruction()643 << TRI->getName(AccumReg) << " in MI " << *MI); in scanInstruction()653 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction()655 if (DestReg != AccumReg) { in scanInstruction()656 ActiveChains[DestReg] = ActiveChains[AccumReg]; in scanInstruction()657 ActiveChains.erase(AccumReg); in scanInstruction()