Searched refs:isPhysReg (Results 1 – 1 of 1) sorted by relevance
1809 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1810 bool hasAliases = isPhysReg && in addRegisterKilled()1827 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1881 bool isPhysReg = TargetRegisterInfo::isPhysicalRegister(Reg); in addRegisterDead() local1882 bool hasAliases = isPhysReg && in addRegisterDead()