Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp101 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anon0312f1b30111::HoistSpillHelper
1113 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) { in addToMergeableSpills()
1116 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()
1119 VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot()); in addToMergeableSpills()
1128 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()
1129 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()
1435 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()