Searched defs:isLiveIn (Results 1 – 9 of 9) sorted by relevance
280 bool isLiveIn(Register Reg, const MachineBasicBlock &MBB) { isLiveIn() function
357 bool LivenessBlockInfo::isLiveIn(Value value) const { in isLiveIn() function in LivenessBlockInfo
784 bool PHIElimination::isLiveIn(Register Reg, const MachineBasicBlock *MBB) { isLiveIn() function in PHIElimination
451 bool MachineRegisterInfo::isLiveIn(Register Reg) const { isLiveIn() function in MachineRegisterInfo
780 bool LiveVariables::VarInfo::isLiveIn(const MachineBasicBlock &MBB, isLiveIn() function in LiveVariables::VarInfo
616 bool MachineBasicBlock::isLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) const { isLiveIn() function in MachineBasicBlock
168 bool isLiveIn() const { return !hasDefiningRecipe(); } isLiveIn() function
380 bool isLiveIn() const { return Found && !Def; } isLiveIn() function
1551 bool isLiveIn = MRI.isLiveIn(Reg); emitPushInst() local