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

/external/llvm/include/llvm/CodeGen/
H A DLiveVariables.h103 /// findKill - Find a kill instruction in MBB. Return NULL if none is found.
104 MachineInstr *findKill(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp60 LiveVariables::VarInfo::findKill(const MachineBasicBlock *MBB) const { function in class:LiveVariables::VarInfo
729 return findKill(&MBB);
H A DPHIElimination.cpp282 if (MachineInstr *OldKill = VI.findKill(&MBB)) {
H A DTwoAddressInstructionPass.cpp774 KillMI = LV->getVarInfo(Reg).findKill(MBB);
968 KillMI = LV->getVarInfo(Reg).findKill(MBB);

Completed in 85 milliseconds