Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h111 bool useIsKill(const LiveInterval &LI, const MachineOperand &MO) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp266 bool LiveRangeEdit::useIsKill(const LiveInterval &LI, in useIsKill() function in LiveRangeEdit
357 (MO.readsReg() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, MO)))) in eliminateDeadDef()