Searched refs:NumPartitions (Results 1 – 2 of 2) sorted by relevance
3957 unsigned NumPartitions = 0; in splitAlloca() local4011 ++NumPartitions; in splitAlloca()4014 NumAllocaPartitions += NumPartitions; in splitAlloca()4016 std::max<unsigned>(NumPartitions, MaxPartitionsPerAlloca); in splitAlloca()
8398 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local8404 if (NumPartitions < MinPartitions[i] || in findJumpTables()8405 (NumPartitions == MinPartitions[i] && Tables > NumTables[i])) { in findJumpTables()8406 MinPartitions[i] = NumPartitions; in findJumpTables()8634 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local8635 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()8637 MinPartitions[i] = NumPartitions; in findBitTestClusters()