Searched defs:isLiveIn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h281 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp343 bool MachineRegisterInfo::isLiveIn(unsigned Reg) const { function in class:MachineRegisterInfo
H A DPHIElimination.cpp620 bool PHIElimination::isLiveIn(unsigned Reg, MachineBasicBlock *MBB) { function in class:PHIElimination
H A DLiveVariables.cpp714 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, function in class:LiveVariables::VarInfo
H A DMachineBasicBlock.cpp340 bool MachineBasicBlock::isLiveIn(unsigned Reg) const { function in class:MachineBasicBlock

Completed in 257 milliseconds