Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance
52 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()77 assert(Builder.FuncInfo.StatepointStackSlots.size() == in allocateStackSlot()92 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()97 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()137 auto Itr = std::find(Builder.FuncInfo.StatepointStackSlots.begin(), in reservePreviousStackSlotForValue()138 Builder.FuncInfo.StatepointStackSlots.end(), Index); in reservePreviousStackSlotForValue()139 if (Itr == Builder.FuncInfo.StatepointStackSlots.end()) { in reservePreviousStackSlotForValue()147 std::distance(Builder.FuncInfo.StatepointStackSlots.begin(), Itr); in reservePreviousStackSlotForValue()
468 StatepointStackSlots.clear(); in clear()
95 SmallVector<unsigned, 50> StatepointStackSlots; variable