Searched refs:regBKilled (Results 1 – 1 of 1) sorted by relevance
1325 bool regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() local1330 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform()1357 regBKilled = isKilled(MI, regB, true); in tryInstructionTransform()1363 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform()1391 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()