HomeSort by relevance Sort by last modified time
    Searched refs:NextSlotToAllocate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 33 StatepointLoweringState() : NextSlotToAllocate(0) {}
89 assert(NextSlotToAllocate <= (unsigned)Offset && "consistency!");
111 unsigned NextSlotToAllocate;
StatepointLowering.cpp 55 NextSlotToAllocate = 0;
83 assert(NextSlotToAllocate <= NumSlots && "Broken invariant");
90 for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) {
91 if (!AllocatedStackSlots.test(NextSlotToAllocate)) {
92 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate];
94 AllocatedStackSlots.set(NextSlotToAllocate);
    [all...]

Completed in 186 milliseconds