Searched refs:isPhysReg (Results 1 – 1 of 1) sorted by relevance
1881 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1882 bool hasAliases = isPhysReg && in addRegisterKilled()1906 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1960 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local1961 bool hasAliases = isPhysReg && in addRegisterDead()