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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1682 bool DstIsPhys = Register::isPhysicalRegister(DstReg); local
1683 LiveInterval *DstInt = DstIsPhys ? nullptr : &LIS->getInterval(DstReg);
1753 if (DstIsPhys)

Completed in 108 milliseconds