Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp104 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anond683dc580111::HoistSpillHelper
1144 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) { in addToMergeableSpills()
1147 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()
1150 VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot()); in addToMergeableSpills()
1159 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()
1160 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()
1466 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()