Searched refs:AllocatedStackSlots (Results 1 – 2 of 2) sorted by relevance
105 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in reserveStackSlot()107 assert(!AllocatedStackSlots[Offset] && "already reserved!"); in reserveStackSlot()109 AllocatedStackSlots[Offset] = true; in reserveStackSlot()112 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in isStackSlotAllocated()114 return AllocatedStackSlots[Offset]; in isStackSlotAllocated()128 SmallVector<bool, 50> AllocatedStackSlots; variable
52 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()53 for (size_t i = 0; i < AllocatedStackSlots.size(); i++) { in startNewStatepoint()54 AllocatedStackSlots[i] = false; in startNewStatepoint()60 AllocatedStackSlots.clear(); in clear()78 AllocatedStackSlots.size() && in allocateStackSlot()80 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot()93 AllocatedStackSlots.push_back(true); in allocateStackSlot()96 if (!AllocatedStackSlots[NextSlotToAllocate]) { in allocateStackSlot()98 AllocatedStackSlots[NextSlotToAllocate] = true; in allocateStackSlot()