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.cpp1160 << ", last start = " << LastStart in print()
1201 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1210 LastStart = Seg.start; in add()
1301 LastStart = SlotIndex(); in flush()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h949 SlotIndex LastStart; variable
973 bool isDirty() const { return LastStart.isValid(); } in isDirty()