Searched refs:Reg1IsKill (Results 1 – 4 of 4) sorted by relevance
80 bool Reg1IsKill = MI->getOperand(Idx1).isKill(); in commuteInstruction() local90 Reg1IsKill = false; in commuteInstruction()113 MI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstruction()
120 bool Reg1IsKill = MI->getOperand(1).isKill(); in commuteInstruction() local144 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstruction()153 MI->getOperand(2).setIsKill(Reg1IsKill); in commuteInstruction()
149 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() local164 Reg1IsKill = false; in commuteInstructionImpl()186 CommutedMI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstructionImpl()
353 bool Reg1IsKill = MI.getOperand(1).isKill(); in commuteInstructionImpl() local383 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstructionImpl()396 MI.getOperand(2).setIsKill(Reg1IsKill); in commuteInstructionImpl()