Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h113 bool useIsKill(const LiveInterval &LI, const MachineOperand &MO) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp259 bool LiveRangeEdit::useIsKill(const LiveInterval &LI, in useIsKill() function in LiveRangeEdit
345 (MO.readsReg() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, MO)))) in eliminateDeadDef()