Searched refs:NumPartitions (Results 1 – 2 of 2) sorted by relevance
4194 unsigned NumPartitions = 0; in splitAlloca() local4279 ++NumPartitions; in splitAlloca()4282 NumAllocaPartitions += NumPartitions; in splitAlloca()4283 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
9634 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local9647 if (NumPartitions < MinPartitions[i] || in findJumpTables()9648 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()9649 MinPartitions[i] = NumPartitions; in findJumpTables()9852 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local9853 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()9855 MinPartitions[i] = NumPartitions; in findBitTestClusters()