Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp974 << ", last start = " << LastStart in print()
1014 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1023 LastStart = Seg.start; in add()
1114 LastStart = SlotIndex(); in flush()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveInterval.cpp1093 << ", last start = " << LastStart in print()
1134 if (!LastStart.isValid() || LastStart > Seg.start) { in add()
1143 LastStart = Seg.start; in add()
1234 LastStart = SlotIndex(); in flush()
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h792 SlotIndex LastStart; variable
816 bool isDirty() const { return LastStart.isValid(); } in isDirty()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h856 SlotIndex LastStart; variable
880 bool isDirty() const { return LastStart.isValid(); } in isDirty()