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