Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackSlotColoring.cpp67 std::vector<LiveInterval*> SSIntervals; member in __anon8c4213250111::StackSlotColoring
224 SSIntervals.push_back(&li); in InitializeSlots()
241 llvm::stable_sort(SSIntervals, IntervalSorter()); in InitializeSlots()
327 for (LiveInterval *li : SSIntervals) { in ColorSlots()
339 for (LiveInterval *li : SSIntervals) { in ColorSlots()
344 llvm::stable_sort(SSIntervals, IntervalSorter()); in ColorSlots()
347 for (LiveInterval *li : SSIntervals) in ColorSlots()
510 SSIntervals.clear(); in runOnMachineFunction()