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