Searched defs:isLiveIn (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ | ||
D | LiveVariables.h | 285 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { in isLiveIn() function |
/external/llvm/lib/CodeGen/ | ||
D | MachineRegisterInfo.cpp | 339 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineRegisterInfo |
D | PHIElimination.cpp | 626 bool PHIElimination::isLiveIn(unsigned Reg, MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination |
D | LiveVariables.cpp | 720 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo |
D | MachineBasicBlock.cpp | 337 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { in isLiveIn() function in MachineBasicBlock |