Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9602 SmallVector<unsigned, 8> PartitionsScore(N); in findJumpTables() local
9616 PartitionsScore[N - 1] = PartitionScores::SingleCase; in findJumpTables()
9624 PartitionsScore[i] = PartitionsScore[i + 1] + PartitionScores::SingleCase; in findJumpTables()
9635 unsigned Score = j == N - 1 ? 0 : PartitionsScore[j + 1]; in findJumpTables()
9648 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()
9651 PartitionsScore[i] = Score; in findJumpTables()