Searched refs:SSIntervals (Results 1 – 1 of 1) sorted by relevance
55 std::vector<LiveInterval*> SSIntervals; member in __anon291f9aac0111::StackSlotColoring203 SSIntervals.push_back(&li); in InitializeSlots()211 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in InitializeSlots()285 for (unsigned i = 0, e = SSIntervals.size(); i != e; ++i) { in ColorSlots()286 LiveInterval *li = SSIntervals[i]; in ColorSlots()298 for (unsigned i = 0, e = SSIntervals.size(); i != e; ++i) { in ColorSlots()299 LiveInterval *li = SSIntervals[i]; in ColorSlots()304 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in ColorSlots()307 for (unsigned i = 0, e = SSIntervals.size(); i != e; ++i) in ColorSlots()308 DEBUG(SSIntervals[i]->dump()); in ColorSlots()[all …]