Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp282 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; in reservePreviousStackSlotForValue() local
284 auto SlotIt = find(StatepointSlots, *Index); in reservePreviousStackSlotForValue()
285 assert(SlotIt != StatepointSlots.end() && in reservePreviousStackSlotForValue()
289 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()