Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance
97 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()126 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()131 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()146 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()149 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()153 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()289 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
363 StatepointStackSlots.clear(); in clear()
155 SmallVector<unsigned, 50> StatepointStackSlots; variable