Searched refs:StackSlotToOrigLI (Results 1 – 1 of 1) sorted by relevance
102 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anonfc7bcde50111::HoistSpillHelper1253 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) { in addToMergeableSpills()1256 StackSlotToOrigLI[StackSlot] = std::move(LI); in addToMergeableSpills()1259 VNInfo *OrigVNI = StackSlotToOrigLI[StackSlot]->getVNInfoAt(Idx.getRegSlot()); in addToMergeableSpills()1268 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()1269 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()1572 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()