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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1384 LiveInterval &DstInt = LIS->getInterval(DstReg); local
1385 for (LiveInterval::SubRange &SR : DstInt.subranges()) {
1412 if (NewIdx == 0 && DstInt.hasSubRanges()) {
1418 for (LiveInterval::SubRange &SR : DstInt.subranges()) {
1424 LiveInterval::SubRange *SR = DstInt.createSubRange(Alloc, MaxMask);
1437 if (NewIdx != 0 && DstInt.hasSubRanges()) {
1442 for (LiveInterval::SubRange &SR : DstInt.subranges()) {
1455 DstInt.removeEmptySubRanges();
1683 LiveInterval *DstInt = DstIsPhys ? nullptr : &LIS->getInterval(DstReg); local
1685 if (DstInt
[all...]

Completed in 100 milliseconds