Home
last modified time | relevance | path

Searched defs:isLiveIn (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h288 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp732 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIElimination
H A DMachineRegisterInfo.cpp440 bool MachineRegisterInfo::isLiveIn(Register Reg) const { in isLiveIn() function in MachineRegisterInfo
H A DLiveVariables.cpp790 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
H A DMachineBasicBlock.cpp601 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1550 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2787 bool isLiveIn = MRI.isLiveIn(Reg); in spillCalleeSavedRegisters() local