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

/external/llvm/lib/Support/
H A DGraphWriter.cpp60 static const int NumColors = 20; local
61 static const char* Colors[NumColors] = {
65 return Colors[ColorNumber % NumColors];

Completed in 350 milliseconds