enum CaseClusterKind

Declared at: llvm/include/llvm/CodeGen/SwitchLoweringUtils.h:26

Enumerators

NameValueComment
CC_Range0A cluster of adjacent case labels with the same destination, or just one case.
CC_JumpTable1A cluster of cases suitable for jump table lowering.
CC_BitTests2A cluster of cases suitable for bit test lowering.