Searched refs:StackSlotToOrigLI (Results 1 – 1 of 1) sorted by relevance
96 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anon2f89086e0111::HoistSpillHelper1346 auto [Place, Inserted] = StackSlotToOrigLI.try_emplace(StackSlot); in addToMergeableSpills()1363 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills()1364 if (It == StackSlotToOrigLI.end()) in rmFromMergeableSpills()1667 LiveInterval &OrigLI = *StackSlotToOrigLI[Slot]; in hoistAllSpills()