Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4164 unsigned NumPartitions = 0; in splitAlloca() local
4249 ++NumPartitions; in splitAlloca()
4252 NumAllocaPartitions += NumPartitions; in splitAlloca()
4253 MaxPartitionsPerAlloca.updateMax(NumPartitions); in splitAlloca()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9524 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
9537 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() local
9743 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
9745 MinPartitions[i] = NumPartitions; in findBitTestClusters()