Searched refs:useIsKill (Results 1 – 2 of 2) sorted by relevance
111 bool useIsKill(const LiveInterval &LI, const MachineOperand &MO) const;
266 bool LiveRangeEdit::useIsKill(const LiveInterval &LI, in useIsKill() function in LiveRangeEdit357 (MO.readsReg() && (MRI.hasOneNonDBGUse(Reg) || useIsKill(LI, MO)))) in eliminateDeadDef()