Searched refs:isPhysReg (Results 1 – 1 of 1) sorted by relevance
1788 bool isPhysReg = Register::isPhysicalRegister(IncomingReg); in addRegisterKilled() local1789 bool hasAliases = isPhysReg && in addRegisterKilled()1813 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1867 bool isPhysReg = Register::isPhysicalRegister(Reg); in addRegisterDead() local1868 bool hasAliases = isPhysReg && in addRegisterDead()