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

Declarations

include/llvm/CodeGen/LiveInterval.h
  455     bool overlaps(SlotIndex Start, SlotIndex End) const;

References

lib/CodeGen/RegAllocGreedy.cpp
  983       if (!Intf->overlaps(Start, End))
lib/CodeGen/RegisterCoalescer.cpp
 1051   if (IntB.overlaps(LIS->getMBBStartIdx(&MBB), CopyIdx))
 1115       if (IntB.overlaps(InsPosIdx, LIS->getMBBEndIdx(CopyLeftBB)))