Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveInterval.cpp1161 << ", last start = " << LastStart in print()
1202 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1211 LastStart = Seg.start; in add()
1302 LastStart = SlotIndex(); in flush()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveInterval.h779 SlotIndex LastStart; variable
803 bool isDirty() const { return LastStart.isValid(); } in isDirty()