Searched refs:NextColor (Results 1 – 1 of 1) sorted by relevance
380 int NextColor = NextColors[StackID]; in ColorSlots() local381 while (NextColor != -1) { in ColorSlots()382 LLVM_DEBUG(dbgs() << "Removing unused stack object fi#" << NextColor << "\n"); in ColorSlots()383 MFI->RemoveStackObject(NextColor); in ColorSlots()384 NextColor = AllColors[StackID].find_next(NextColor); in ColorSlots()