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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h283 bool isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) { function in class:llvm::LiveVariables
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp673 bool PHIElimination::isLiveIn(unsigned Reg, const MachineBasicBlock *MBB) { function in class:PHIElimination
H A DLiveVariables.cpp720 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, function in class:LiveVariables::VarInfo
H A DMachineRegisterInfo.cpp442 bool MachineRegisterInfo::isLiveIn(Register Reg) const { function in class:MachineRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1001 bool isLiveIn = MRI.isLiveIn(Reg); local

Completed in 166 milliseconds