Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4194 unsigned NumPartitions = 0; in splitAlloca() local
4279 ++NumPartitions; in splitAlloca()
4282 NumAllocaPartitions += NumPartitions; in splitAlloca()
4283 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9634 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
9647 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() local
9853 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
9855 MinPartitions[i] = NumPartitions; in findBitTestClusters()