Searched refs:AllColors (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp69 // AllColors - If index is set, it's a spill slot, i.e. color.
73 BitVector AllColors; member in class:__anon25827::StackSlotColoring
183 AllColors.resize(LastFI);
198 AllColors.set(FI);
206 NextColor = AllColors.find_first();
246 NextColor = AllColors.find_next(NextColor);
333 NextColor = AllColors.find_next(NextColor);
455 AllColors.clear();

Completed in 807 milliseconds