Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3957 unsigned NumPartitions = 0; in splitAlloca() local
4011 ++NumPartitions; in splitAlloca()
4014 NumAllocaPartitions += NumPartitions; in splitAlloca()
4016 std::max<unsigned>(NumPartitions, MaxPartitionsPerAlloca); in splitAlloca()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8398 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
8404 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() local
8635 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
8637 MinPartitions[i] = NumPartitions; in findBitTestClusters()