Searched defs:NumPartitions (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | SwitchLoweringUtils.cpp | 148 unsigned NumPartitions = 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]); findJumpTables() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | SROA.cpp | 5020 unsigned NumPartitions = 0; splitAlloca() local |