Searched refs:NumPartitions (Results 1 – 2 of 2) sorted by relevance
149 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local162 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() local339 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()341 MinPartitions[i] = NumPartitions; in findBitTestClusters()
5209 unsigned NumPartitions = 0; in splitAlloca() local5296 ++NumPartitions; in splitAlloca()5299 NumAllocaPartitions += NumPartitions; in splitAlloca()5300 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()