OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumPartitions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp
147
unsigned
NumPartitions
= 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]);
160
if (
NumPartitions
< MinPartitions[i] ||
161
(
NumPartitions
== MinPartitions[i] && Score > PartitionsScore[i])) {
162
MinPartitions[i] =
NumPartitions
;
335
unsigned
NumPartitions
= 1 + (j == N - 1 ? 0 : MinPartitions[j + 1]);
336
if (
NumPartitions
< MinPartitions[i]) {
338
MinPartitions[i] =
NumPartitions
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp
4420
unsigned
NumPartitions
= 0;
4507
++
NumPartitions
;
4510
NumAllocaPartitions +=
NumPartitions
;
4511
MaxPartitionsPerAlloca.updateMax(
NumPartitions
);
Completed in 274 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026