Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp96 DenseMap<int, std::unique_ptr<LiveInterval>> StackSlotToOrigLI; member in __anon2f89086e0111::HoistSpillHelper
1346 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()