Home
last modified time | relevance | path

Searched refs:joinVirtRegs (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterCoalescer.cpp253 bool joinVirtRegs(CoalescerPair &CP);
3526 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs() function in RegisterCoalescer
3701 return CP.isPhys() ? joinReservedPhysReg(CP) : joinVirtRegs(CP); in joinIntervals()