Searched refs:joinReservedPhysReg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp235 bool joinReservedPhysReg(CoalescerPair &CP);
2013 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { function in class:RegisterCoalescer
3461 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP);

Completed in 98 milliseconds