Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp148 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); findJumpTables() local
337 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); findBitTestClusters() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5020 unsigned NumPartitions = 0; splitAlloca() local