Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp120 enum PartitionScores : unsigned { in findJumpTables() enum
130 PartitionsScore[N - 1] = PartitionScores::SingleCase; in findJumpTables()
138 PartitionsScore[i] = PartitionsScore[i + 1] + PartitionScores::SingleCase; in findJumpTables()
154 Score += PartitionScores::SingleCase; in findJumpTables()
156 Score += PartitionScores::FewCases; in findJumpTables()
158 Score += PartitionScores::Table; in findJumpTables()