Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DGraphWriter.cpp72 static const int NumColors = 20; in getColorString() local
73 static const char* Colors[NumColors] = { in getColorString()
77 return Colors[ColorNumber % NumColors]; in getColorString()
/external/llvm/lib/Support/
DGraphWriter.cpp59 static const int NumColors = 20; in getColorString() local
60 static const char* Colors[NumColors] = { in getColorString()
64 return Colors[ColorNumber % NumColors]; in getColorString()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1019 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local
1020 assert(NumColors == 1 && "Expected monochromatic BB!"); in verifyPreparedFunclets()
1021 if (NumColors == 0) in verifyPreparedFunclets()
1023 if (NumColors > 1) in verifyPreparedFunclets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1024 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local
1025 assert(NumColors == 1 && "Expected monochromatic BB!"); in verifyPreparedFunclets()
1026 if (NumColors == 0) in verifyPreparedFunclets()
1028 if (NumColors > 1) in verifyPreparedFunclets()