Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp99 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anon26f1b4e40111::HoistSpillHelper
1321 if (!StackSlotToOrigLI.contains(StackSlot)) { in addToMergeableSpills()
1324 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()
1327 VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot()); in addToMergeableSpills()
1336 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()
1337 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()
1639 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()