reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
81 AllocatedStackSlots.clear(); 82 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); 87 AllocatedStackSlots.clear(); 105 const size_t NumSlots = AllocatedStackSlots.size(); 108 assert(AllocatedStackSlots.size() == 113 if (!AllocatedStackSlots.test(NextSlotToAllocate)) { 116 AllocatedStackSlots.set(NextSlotToAllocate); 130 AllocatedStackSlots.resize(AllocatedStackSlots.size()+1, true); 130 AllocatedStackSlots.resize(AllocatedStackSlots.size()+1, true); 131 assert(AllocatedStackSlots.size() ==lib/CodeGen/SelectionDAG/StatepointLowering.h
95 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && 97 assert(!AllocatedStackSlots.test(Offset) && "already reserved!"); 99 AllocatedStackSlots.set(Offset); 103 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && 105 return AllocatedStackSlots.test(Offset);