enum CaseClusterKind
Declared at: llvm/include/llvm/CodeGen/SwitchLoweringUtils.h:26
Enumerators
Name | Value | Comment |
---|---|---|
CC_Range | 0 | A cluster of adjacent case labels with the same destination, or just one case. |
CC_JumpTable | 1 | A cluster of cases suitable for jump table lowering. |
CC_BitTests | 2 | A cluster of cases suitable for bit test lowering. |