Searched refs:AllocatedStackSlots (Results 1 – 4 of 4) sorted by relevance
86 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in reserveStackSlot()88 assert(!AllocatedStackSlots.test(Offset) && "already reserved!"); in reserveStackSlot()90 AllocatedStackSlots.set(Offset); in reserveStackSlot()94 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in isStackSlotAllocated()96 return AllocatedStackSlots.test(Offset); in isStackSlotAllocated()108 SmallBitVector AllocatedStackSlots; variable
59 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()64 AllocatedStackSlots.clear(); in clear()82 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot()91 if (!AllocatedStackSlots.test(NextSlotToAllocate)) { in allocateStackSlot()94 AllocatedStackSlots.set(NextSlotToAllocate); in allocateStackSlot()
91 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in reserveStackSlot()93 assert(!AllocatedStackSlots.test(Offset) && "already reserved!"); in reserveStackSlot()95 AllocatedStackSlots.set(Offset); in reserveStackSlot()99 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() && in isStackSlotAllocated()101 return AllocatedStackSlots.test(Offset); in isStackSlotAllocated()113 SmallBitVector AllocatedStackSlots; variable
82 AllocatedStackSlots.clear(); in startNewStatepoint()83 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()88 AllocatedStackSlots.clear(); in clear()106 const size_t NumSlots = AllocatedStackSlots.size(); in allocateStackSlot()109 assert(AllocatedStackSlots.size() == in allocateStackSlot()114 if (!AllocatedStackSlots.test(NextSlotToAllocate)) { in allocateStackSlot()117 AllocatedStackSlots.set(NextSlotToAllocate); in allocateStackSlot()131 AllocatedStackSlots.resize(AllocatedStackSlots.size()+1, true); in allocateStackSlot()132 assert(AllocatedStackSlots.size() == in allocateStackSlot()