reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
928 bool isDirty() const { return LastStart.isValid(); }
lib/CodeGen/LiveInterval.cpp1140 << ", last start = " << LastStart 1181 if (!LastStart.isValid() || LastStart > Seg.start) { 1181 if (!LastStart.isValid() || LastStart > Seg.start) { 1190 LastStart = Seg.start; 1281 LastStart = SlotIndex();