Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h929 SlotIndex LastStart; variable
953 bool isDirty() const { return LastStart.isValid(); } in isDirty()