Searched refs:IsKill2 (Results 1 – 2 of 2) sorted by relevance
903 bool IsKill2 = MI->getOperand(2).isKill(); in handleSpecialSwappables() local904 MI->getOperand(1).setIsKill(IsKill2); in handleSpecialSwappables()
1308 bool IsKill2 = MI.getOperand(2).isKill(); in convertToThreeAddressWithLEA() local1326 .addReg(Src2, getKillRegState(IsKill2), Src2SubReg); in convertToThreeAddressWithLEA()1330 if (LV && IsKill2 && InsMI2) in convertToThreeAddressWithLEA()