Searched refs:findKill (Results 1 – 4 of 4) sorted by relevance
102 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
88 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo822 return findKill(&MBB); in isLiveIn()
935 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()1123 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()1777 } else if (LV && LV->getVarInfo(RegB).findKill(MI->getParent()) != MI) { in processStatepoint()
412 if (reusedIncoming && (OldKill = VI.findKill(&MBB))) { in LowerPHINode()