Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp71 std::vector<LiveInterval*> SSIntervals; member in __anonb7b65c290111::StackSlotColoring
274 SSIntervals.push_back(&li); in InitializeSlots()
291 llvm::stable_sort(SSIntervals, IntervalSorter()); in InitializeSlots()
364 for (LiveInterval *li : SSIntervals) { in ColorSlots()
376 for (LiveInterval *li : SSIntervals) { in ColorSlots()
381 llvm::stable_sort(SSIntervals, IntervalSorter()); in ColorSlots()
384 for (LiveInterval *li : SSIntervals) in ColorSlots()
551 SSIntervals.clear(); in runOnMachineFunction()