Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp149 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
162 if (NumPartitions < MinPartitions[i] || in findJumpTables()
163 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()
164 MinPartitions[i] = NumPartitions; in findJumpTables()
338 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local
339 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
341 MinPartitions[i] = NumPartitions; in findBitTestClusters()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5209 unsigned NumPartitions = 0; in splitAlloca() local
5296 ++NumPartitions; in splitAlloca()
5299 NumAllocaPartitions += NumPartitions; in splitAlloca()
5300 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()