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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp945 bool DstIsPhys = TargetRegisterInfo::isPhysicalRegister(DstReg); local
946 LiveInterval *DstInt = DstIsPhys ? 0 : &LIS->getInterval(DstReg);
978 if (DstIsPhys)

Completed in 1156 milliseconds