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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1392 LiveInterval &DstInt = LIS->getInterval(DstReg); local
1393 for (LiveInterval::SubRange &SR : DstInt.subranges()) {
1420 if (NewIdx == 0 && DstInt.hasSubRanges()) {
1426 for (LiveInterval::SubRange &SR : DstInt.subranges()) {
1432 LiveInterval::SubRange *SR = DstInt.createSubRange(Alloc, MaxMask);
1445 if (NewIdx != 0 && DstInt.hasSubRanges()) {
1453 for (LiveInterval::SubRange &SR : DstInt.subranges()) {
1474 DstInt.removeEmptySubRanges();
1702 LiveInterval *DstInt = DstIsPhys ? nullptr : &LIS->getInterval(DstReg); local
1704 if (DstInt
[all...]

Completed in 153 milliseconds