Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h33 StatepointLoweringState() : NextSlotToAllocate(0) {} in StatepointLoweringState()
89 assert(NextSlotToAllocate <= (unsigned)Offset && "consistency!"); in reserveStackSlot()
111 unsigned NextSlotToAllocate; variable
DStatepointLowering.cpp55 NextSlotToAllocate = 0; in startNewStatepoint()
83 assert(NextSlotToAllocate <= NumSlots && "Broken invariant"); in allocateStackSlot()
90 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) { in allocateStackSlot()
91 if (!AllocatedStackSlots.test(NextSlotToAllocate)) { in allocateStackSlot()
92 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
94 AllocatedStackSlots.set(NextSlotToAllocate); in allocateStackSlot()