Searched refs:Reg0IsDead (Results 1 – 3 of 3) sorted by relevance
96 bool Reg0IsDead = HasDef ? MI->getOperand(0).isDead() : false; in commuteInstruction() local100 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstruction()
140 bool Reg0IsDead = MI->getOperand(0).isDead(); in commuteInstruction() local142 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstruction()
379 bool Reg0IsDead = MI.getOperand(0).isDead(); in commuteInstructionImpl() local381 .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) in commuteInstructionImpl()