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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp813 LiveInterval *DstLI = &LIS.getInterval(DstReg); local
814 const VNInfo *DstVNI = DstLI->getVNInfoAt(Idx.getRegSlot());
816 CopyValues.push_back(std::make_pair(DstLI, DstVNI));
829 LiveInterval *DstLI = CopyValues[j].first; local
831 if (DstLI->getVNInfoAt(Idx) != DstVNI)
838 << DstVNI->id << " in " << *DstLI << '\n');
H A DRegisterCoalescer.cpp1575 LiveInterval &DstLI = LIS->getInterval(DstReg);
1577 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex);
1579 if (VNInfo *V = DstLI.getVNInfoAt(Seg->end)) {
1597 if (VNInfo *PrevVNI = DstLI.getVNInfoAt(Idx)) {
1598 VNInfo *VNI = DstLI.getVNInfoAt(RegIndex);
1599 DstLI.MergeValueNumberInto(VNI, PrevVNI);
1603 for (LiveInterval::SubRange &SR : DstLI.subranges()) {
1611 DstLI.removeEmptySubRanges();
1613 LIS->removeVRegDefAt(DstLI, RegIndex);
1623 if (!UseMask.all() && DstLI
1923 LiveInterval &DstLI = LIS->getInterval(DstReg); local
3718 const LiveInterval &DstLI = LIS->getInterval(DstReg); local
[all...]
H A DInlineSpiller.cpp460 LiveInterval &DstLI = LIS.getInterval(DstReg); local
461 VNInfo *DstVNI = DstLI.getVNInfoAt(Idx.getRegSlot());
464 WorkList.push_back(std::make_pair(&DstLI, DstVNI));

Completed in 65 milliseconds