Searched refs:SSIntervals (Results 1 – 1 of 1) sorted by relevance
71 std::vector<LiveInterval*> SSIntervals; member in __anonb7b65c290111::StackSlotColoring274 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()