Searched refs:findKill (Results 1 – 4 of 4) sorted by relevance
103 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo735 return findKill(&MBB); in isLiveIn()
301 if (MachineInstr *OldKill = VI.findKill(&MBB)) { in LowerPHINode()
884 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()1074 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()