Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp148 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
161 if (NumPartitions < MinPartitions[i] || in findJumpTables()
162 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()
163 MinPartitions[i] = NumPartitions; in findJumpTables()
337 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local
338 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
340 MinPartitions[i] = NumPartitions; in findBitTestClusters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4972 unsigned NumPartitions = 0; in splitAlloca() local
5059 ++NumPartitions; in splitAlloca()
5062 NumAllocaPartitions += NumPartitions; in splitAlloca()
5063 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()