Searched defs:isLiveIn (Results 1 – 9 of 9) sorted by relevance
281 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { in isLiveIn() function
167 bool isLiveIn() const { return !hasDefiningRecipe(); } in isLiveIn() function
834 bool PHIEliminationImpl::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { in isLiveIn() function in PHIEliminationImpl
451 bool MachineRegisterInfo::isLiveIn(Register Reg) const { in isLiveIn() function in MachineRegisterInfo
808 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, in isLiveIn() function in LiveVariables::VarInfo
616 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { in isLiveIn() function in MachineBasicBlock
380 bool isLiveIn() const { return Found && !Def; } in isLiveIn() function
1550 bool isLiveIn = MRI.isLiveIn(Reg); in emitPushInst() local