Home
last modified time | relevance | path

Searched refs:findKill (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveVariables.h103 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo
729 return findKill(&MBB); in isLiveIn()
H A DPHIElimination.cpp330 if (reusedIncoming && (OldKill = VI.findKill(&MBB))) { in LowerPHINode()
H A DTwoAddressInstructionPass.cpp744 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
933 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()