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