Searched refs:regBKilled (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TwoAddressInstructionPass.cpp | 1142 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() local 1147 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist); in tryInstructionTransform() 1174 regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() 1180 if (!regBKilled || isProfitableToConv3Addr(regA, regB)) { in tryInstructionTransform() 1208 if (MI.mayLoad() && !regBKilled) { in tryInstructionTransform()
|