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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp68 // AllColors - If index is set, it's a spill slot, i.e. color.
72 BitVector AllColors; member in class:__anon2204::StackSlotColoring
184 AllColors.resize(LastFI);
199 AllColors.set(FI);
207 NextColor = AllColors.find_first();
247 NextColor = AllColors.find_next(NextColor);
334 NextColor = AllColors.find_next(NextColor);
456 AllColors.clear();

Completed in 41 milliseconds