Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp103 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anon689c7d9e0111::HoistSpillHelper
1236 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) { in addToMergeableSpills()
1239 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()
1242 VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot()); in addToMergeableSpills()
1251 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()
1252 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()
1555 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()