Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp1149 << ", last start = " << LastStart in print()
1190 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1199 LastStart = Seg.start; in add()
1290 LastStart = SlotIndex(); in flush()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h930 SlotIndex LastStart; variable
954 bool isDirty() const { return LastStart.isValid(); } in isDirty()