reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/LiveInterval.h
  516     void removeSegment(SlotIndex Start, SlotIndex End,

References

include/llvm/CodeGen/LiveInterval.h
  520       removeSegment(S.start, S.end, RemoveDeadValNo);
lib/CodeGen/LiveIntervals.cpp
  633     LR.removeSegment(Kill, LRQ.endPoint());
  639   LR.removeSegment(Kill, MBBEnd);
  665         LR.removeSegment(MBBStart, LRQ.endPoint());
  672       LR.removeSegment(MBBStart, MBBEnd);
lib/CodeGen/MachineBasicBlock.cpp
 1062         LI.removeSegment(StartIndex, EndIndex);
lib/CodeGen/PHIElimination.cpp
  353       DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot());
  360       DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot());
  532           SrcLI.removeSegment(LastUseIndex.getRegSlot(),
lib/CodeGen/TwoAddressInstructionPass.cpp
 1649         LI.removeSegment(LastCopyIdx, UseIdx);
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  511     LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(),