Searched refs:isPhysReg (Results 1 – 2 of 2) sorted by relevance
1893 bool isPhysReg = IncomingReg.isPhysical(); in addRegisterKilled() local1894 bool hasAliases = isPhysReg && in addRegisterKilled()1918 if (isPhysReg && isRegTiedToDefOperand(i)) in addRegisterKilled()1972 bool isPhysReg = Reg.isPhysical(); in addRegisterDead() local1973 bool hasAliases = isPhysReg && in addRegisterDead()
424 assert(isPhysReg(R) && "All virt regs should have been allocated already.");