Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DGraphWriter.cpp91 static const int NumColors = 20; in getColorString() local
92 static const char* Colors[NumColors] = { in getColorString()
96 return Colors[ColorNumber % NumColors]; in getColorString()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1034 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local
1035 assert(NumColors == 1 && "Expected monochromatic BB!"); in verifyPreparedFunclets()
1036 if (NumColors == 0) in verifyPreparedFunclets()
1038 if (NumColors > 1) in verifyPreparedFunclets()