Searched refs:isKilled (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | TwoAddressInstructionPass.cpp | 402 static bool isKilled(MachineInstr &MI, unsigned Reg, in isKilled() function 1107 bool regBKilled = isKilled(MI, regB, MRI, TII, LIS, true); in tryInstructionTransform() 1127 if (!regBKilled && isKilled(MI, regC, MRI, TII, LIS, false)) in tryInstructionTransform()
|