Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h102 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp88 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo
822 return findKill(&MBB); in isLiveIn()
H A DTwoAddressInstructionPass.cpp935 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()
H A DPHIElimination.cpp412 if (reusedIncoming && (OldKill = VI.findKill(&MBB))) { in LowerPHINode()