Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h104 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveVariables.cpp60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo
804 return findKill(&MBB); in isLiveIn()
H A DTwoAddressInstructionPass.cpp830 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
1020 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()
1674 } else if (LV && LV->getVarInfo(RegB).findKill(MI->getParent()) != MI) { in processStatepoint()
H A DPHIElimination.cpp339 if (reusedIncoming && (OldKill = VI.findKill(&MBB))) { in LowerPHINode()