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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp71 static const int NumColors = 20; local
72 static const char* Colors[NumColors] = {
76 return Colors[ColorNumber % NumColors];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1025 size_t NumColors = BlockColors[&BB].size(); local
1026 assert(NumColors == 1 && "Expected monochromatic BB!");
1027 if (NumColors == 0)
1029 if (NumColors > 1)

Completed in 109 milliseconds