Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance
99 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()128 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()133 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()148 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()151 Builder.FuncInfo.StatepointStackSlots.size() && in allocateStackSlot()155 Builder.FuncInfo.StatepointStackSlots.size()); in allocateStackSlot()292 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue()
365 StatepointStackSlots.clear(); in clear()
150 SmallVector<unsigned, 50> StatepointStackSlots; variable