Home
last modified time | relevance | path

Searched refs:LastStart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1104 // - When LastStart is invalid, Spills is empty and the iterators are invalid.
1124 // When they exist, Spills.back().start <= LastStart,
1125 // and WriteI[-1].start <= LastStart. in print()
1138 << ", last start = " << LastStart in print()
1179 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1188 LastStart = Seg.start; in add()
1279 LastStart = SlotIndex(); in flush()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h943 SlotIndex LastStart; variable
967 bool isDirty() const { return LastStart.isValid(); } in isDirty()