Searched refs:AllocatedStackSlots (Results 1 – 2 of 2) sorted by relevance
95 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in reserveStackSlot()97 assert(!AllocatedStackSlots.test(Offset) && "already reserved!"); in reserveStackSlot()99 AllocatedStackSlots.set(Offset); in reserveStackSlot()103 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in isStackSlotAllocated()105 return AllocatedStackSlots.test(Offset); in isStackSlotAllocated()117 SmallBitVector AllocatedStackSlots; variable
81 AllocatedStackSlots.clear(); in startNewStatepoint()82 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()87 AllocatedStackSlots.clear(); in clear()105 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot()108 assert(AllocatedStackSlots.size() == in allocateStackSlot()113 if (!AllocatedStackSlots.test(NextSlotToAllocate)) { in allocateStackSlot()116 AllocatedStackSlots.set(NextSlotToAllocate); in allocateStackSlot()130 AllocatedStackSlots.resize(AllocatedStackSlots.size()+1, true); in allocateStackSlot()131 assert(AllocatedStackSlots.size() == in allocateStackSlot()