Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp147 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
160 if (NumPartitions < MinPartitions[i] || in findJumpTables()
161 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()
162 MinPartitions[i] = NumPartitions; in findJumpTables()
335 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local
336 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
338 MinPartitions[i] = NumPartitions; in findBitTestClusters()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4441 unsigned NumPartitions = 0; in splitAlloca() local
4528 ++NumPartitions; in splitAlloca()
4531 NumAllocaPartitions += NumPartitions; in splitAlloca()
4532 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()