Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp383 int NextColor = NextColors[StackID]; in ColorSlots() local
384 while (NextColor != -1) { in ColorSlots()
385 LLVM_DEBUG(dbgs() << "Removing unused stack object fi#" << NextColor << "\n"); in ColorSlots()
386 MFI->RemoveStackObject(NextColor); in ColorSlots()
387 NextColor = AllColors[StackID].find_next(NextColor); in ColorSlots()