reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/StatepointLowering.cpp
   77   NextSlotToAllocate = 0;
  106   assert(NextSlotToAllocate <= NumSlots && "Broken invariant");
  112   for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) {
  112   for (; NextSlotToAllocate < NumSlots; NextSlotToAllocate++) {
  113     if (!AllocatedStackSlots.test(NextSlotToAllocate)) {
  114       const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate];
  116         AllocatedStackSlots.set(NextSlotToAllocate);
lib/CodeGen/SelectionDAG/StatepointLowering.h
   98     assert(NextSlotToAllocate <= (unsigned)Offset && "consistency!");