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.cpp290 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue() local
291 assert(SlotIt != StatepointSlots.end() && in reservePreviousStackSlotForValue()
295 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()
1230 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate() local
1231 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()
1232 const RecordType &Record = SlotIt->second; in visitGCRelocate()