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