Searched refs:NumPartitions (Results 1 – 4 of 4) sorted by relevance
4164 unsigned NumPartitions = 0; in splitAlloca() local4249 ++NumPartitions; in splitAlloca()4252 NumAllocaPartitions += NumPartitions; in splitAlloca()4253 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
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()
9524 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local9537 if (NumPartitions < MinPartitions[i] || in findJumpTables()9538 (NumPartitions == MinPartitions[i] && Score > PartitionsScore[i])) { in findJumpTables()9539 MinPartitions[i] = NumPartitions; in findJumpTables()9742 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local9743 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()9745 MinPartitions[i] = NumPartitions; in findBitTestClusters()