Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp1135 << ", last start = " << LastStart in print()
1176 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1185 LastStart = Seg.start; in add()
1276 LastStart = SlotIndex(); in flush()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h936 SlotIndex LastStart; variable
960 bool isDirty() const { return LastStart.isValid(); } in isDirty()