Searched refs:StatepointSlots (Results 1 – 1 of 1) sorted by relevance
218 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue() local220 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue()221 assert(SlotIt != StatepointSlots.end() && in reservePreviousStackSlotForValue()225 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()