Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance
96 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()125 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()130 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()145 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()148 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()152 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()288 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
369 StatepointStackSlots.clear(); in clear()
154 SmallVector<unsigned, 50> StatepointStackSlots; variable