Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp291 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue() local
292 assert(SlotIt != StatepointSlots.end() && in reservePreviousStackSlotForValue()
296 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()
1226 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate() local
1227 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()
1228 const RecordType &Record = SlotIt->second; in visitGCRelocate()