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

References

include/llvm/CodeGen/LiveInterval.h
  928     bool isDirty() const { return LastStart.isValid(); }
lib/CodeGen/LiveInterval.cpp
 1140      << ", last start = " << LastStart
 1181   if (!LastStart.isValid() || LastStart > Seg.start) {
 1181   if (!LastStart.isValid() || LastStart > Seg.start) {
 1190   LastStart = Seg.start;
 1281   LastStart = SlotIndex();