Searched refs:AccumReg (Results 1 – 1 of 1) sorted by relevance
643 unsigned AccumReg = MI->getOperand(3).getReg(); in scanInstruction() local647 if (DestReg != AccumReg) in scanInstruction()650 if (ActiveChains.find(AccumReg) != ActiveChains.end()) { in scanInstruction()652 << TRI->getName(AccumReg) << " in MI " << *MI); in scanInstruction()662 ActiveChains[AccumReg]->add(MI, Idx, getColor(DestReg)); in scanInstruction()664 if (DestReg != AccumReg) { in scanInstruction()665 ActiveChains[DestReg] = ActiveChains[AccumReg]; in scanInstruction()666 ActiveChains.erase(AccumReg); in scanInstruction()