Home
last modified time | relevance | path

Searched refs:isPlainlyKilled (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp131 bool isPlainlyKilled(const MachineInstr *MI, LiveRange &LR) const;
132 bool isPlainlyKilled(const MachineInstr *MI, Register Reg) const;
133 bool isPlainlyKilled(const MachineOperand &MO) const;
382 bool TwoAddressInstructionImpl::isPlainlyKilled(const MachineInstr *MI, in isPlainlyKilled() function in TwoAddressInstructionImpl
396 bool TwoAddressInstructionImpl::isPlainlyKilled(const MachineInstr *MI, in isPlainlyKilled() function in TwoAddressInstructionImpl
406 return isPlainlyKilled(MI, LIS->getInterval(Reg)); in isPlainlyKilled()
411 return isPlainlyKilled(MI, LIS->getRegUnit(U)); in isPlainlyKilled()
420 bool TwoAddressInstructionImpl::isPlainlyKilled( in isPlainlyKilled() function in TwoAddressInstructionImpl
422 return MO.isKill() || isPlainlyKilled(MO.getParent(), MO.getReg()); in isPlainlyKilled()
449 if (!isPlainlyKilled(DefMI, Reg)) in isKilled()
[all …]