Home
last modified time | relevance | path

Searched refs:SlotIt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp220 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue() local
221 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() local
909 assert(SlotIt != SpillMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()
910 Optional<int> DerivedPtrLocation = SlotIt->second; in visitGCRelocate()