Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveVariables.h112 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h104 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/
DLiveVariables.cpp60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo
737 return findKill(&MBB); in isLiveIn()
DPHIElimination.cpp284 if (MachineInstr *OldKill = VI.findKill(&MBB)) { in LowerPHINode()
DTwoAddressInstructionPass.cpp844 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
1031 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveVariables.cpp58 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo
700 return findKill(&MBB); in isLiveIn()
DPHIElimination.cpp251 if (MachineInstr *OldKill = VI.findKill(&MBB)) { in LowerAtomicPHINode()