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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp82 // AllColors - If index is set, it's a spill slot, i.e. color.
86 SmallVector<BitVector, 2> AllColors; member in class:__anon3592::StackSlotColoring
201 AllColors.resize(1);
206 AllColors[0].resize(LastFI);
235 AllColors.resize(StackID + 1);
237 AllColors[StackID].resize(LastFI);
241 AllColors[StackID].set(FI);
248 NextColors.resize(AllColors.size());
251 for (unsigned I = 0, E = AllColors.size(); I != E; ++I)
252 NextColors[I] = AllColors[
[all...]

Completed in 46 milliseconds