Searched defs:isLiveIn (Results 1 – 8 of 8) sorted by relevance
280 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { isLiveIn() function
756 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { isLiveIn() function in PHIElimination
440 bool MachineRegisterInfo::isLiveIn(Register Reg) const { isLiveIn() function in MachineRegisterInfo
779 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, isLiveIn() function in LiveVariables::VarInfo
610 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { isLiveIn() function in MachineBasicBlock
175 bool isLiveIn() const { return !hasDefiningRecipe(); } isLiveIn() function
1549 bool isLiveIn = MRI.isLiveIn(Reg); emitPushInst() local