Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp105 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anonf47227990111::HoistSpillHelper
1220 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) { in addToMergeableSpills()
1223 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()
1226 VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot()); in addToMergeableSpills()
1235 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()
1236 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()
1539 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()