Searched refs:joinReservedPhysReg (Results 1 – 1 of 1) sorted by relevance
160 bool joinReservedPhysReg(CoalescerPair &CP);1433 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg() function in RegisterCoalescer2639 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()