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