Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp406 int NextColor = NextColors[StackID]; in ColorSlots() local
407 while (NextColor != -1) { in ColorSlots()
408 LLVM_DEBUG(dbgs() << "Removing unused stack object fi#" << NextColor << "\n"); in ColorSlots()
409 MFI->RemoveStackObject(NextColor); in ColorSlots()
410 NextColor = AllColors[StackID].find_next(NextColor); in ColorSlots()