Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.cpp28 : Begin(0), End(0), Pos(0), RCI(RegClassInfo), OwnedBegin(false) { in AllocationOrder()
51 OwnedBegin = true; in AllocationOrder()
77 if (OwnedBegin) in ~AllocationOrder()
DAllocationOrder.h31 bool OwnedBegin; variable