Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance
95 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()124 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()129 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()144 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()147 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()151 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()282 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
368 StatepointStackSlots.clear(); in clear()
147 SmallVector<unsigned, 50> StatepointStackSlots; variable