Searched refs:isKilled (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 135 bool isKilled(MachineInstr &MI, Register Reg, bool allowFalsePositives) const; 442 bool TwoAddressInstructionImpl::isKilled(MachineInstr &MI, Register Reg, in isKilled() function in TwoAddressInstructionImpl 1274 bool OtherOpKilled = isKilled(*MI, OtherOpReg, false); in tryInstructionCommute() 1323 bool regBKilled = isKilled(MI, regB, true); in tryInstructionTransform() 1355 regBKilled = isKilled(MI, regB, true); in tryInstructionTransform()
|