Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h103 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.cpp60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { in findKill() function in LiveVariables::VarInfo
735 return findKill(&MBB); in isLiveIn()
DPHIElimination.cpp301 if (MachineInstr *OldKill = VI.findKill(&MBB)) { in LowerPHINode()
DTwoAddressInstructionPass.cpp884 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
1074 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()