Searched refs:SlotIt (Results 1 – 1 of 1) sorted by relevance
220 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue() local221 assert(SlotIt != StatepointSlots.end() && in reservePreviousStackSlotForValue()225 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()908 auto SlotIt = SpillMap.find(DerivedPtr); in visitGCRelocate() local909 assert(SlotIt != SpillMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()910 Optional<int> DerivedPtrLocation = SlotIt->second; in visitGCRelocate()