Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp124 SingleCase = 2 in findJumpTables() enumerator
130 PartitionsScore[N - 1] = PartitionScores::SingleCase; in findJumpTables()
138 PartitionsScore[i] = PartitionsScore[i + 1] + PartitionScores::SingleCase; in findJumpTables()
154 Score += PartitionScores::SingleCase; in findJumpTables()