Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp360 unsigned NumPartitions = CheckingGroups.size(); in getNumberOfChecks() local
363 for (unsigned I = 0; I < NumPartitions; ++I) in getNumberOfChecks()
364 for (unsigned J = I + 1; J < NumPartitions; ++J) in getNumberOfChecks()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSROA.cpp4171 unsigned NumPartitions = 0; in splitAlloca() local
4225 ++NumPartitions; in splitAlloca()
4228 NumAllocaPartitions += NumPartitions; in splitAlloca()
4230 std::max<unsigned>(NumPartitions, MaxPartitionsPerAlloca); in splitAlloca()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp7612 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findJumpTables() local
7618 if (NumPartitions < MinPartitions[i] || in findJumpTables()
7619 (NumPartitions == MinPartitions[i] && Tables > NumTables[i])) { in findJumpTables()
7620 MinPartitions[i] = NumPartitions; in findJumpTables()
7837 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); in findBitTestClusters() local
7838 if (NumPartitions < MinPartitions[i]) { in findBitTestClusters()
7840 MinPartitions[i] = NumPartitions; in findBitTestClusters()