Searched refs:regBKilled (Results 1 – 1 of 1) sorted by relevance
1323 bool regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() local1328 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()1355 regBKilled = isKilled(MI, regB, true); in tryInstructionTransform()1361 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()1389 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()