OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumCmps
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp
198
unsigned
NumCmps
= 0;
211
NumCmps
+= (Low == High) ? 1 : 2;
227
if (TLI->isSuitableForBitTests(NumDests,
NumCmps
,
373
unsigned
NumCmps
= 0;
377
NumCmps
+= (Clusters[I].Low == Clusters[I].High) ? 1 : 2;
385
if (!TLI->isSuitableForBitTests(NumDests,
NumCmps
, Low, High, *DL))
PeepholeOptimizer.cpp
141
STATISTIC(
NumCmps
, "Number of compares eliminated");
623
++
NumCmps
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
58
STATISTIC(
NumCmps
, "Number of comparisons propagated");
314
++
NumCmps
;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
1179
/// \p High as its lowest and highest case values, and expects \p
NumCmps
1182
bool isSuitableForBitTests(unsigned NumDests, unsigned
NumCmps
,
1185
// FIXME: I don't think
NumCmps
is the correct metric: a single case and a
1200
return (NumDests == 1 &&
NumCmps
>= 3) || (NumDests == 2 &&
NumCmps
>= 5) ||
1201
(NumDests == 3 &&
NumCmps
>= 6);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
1015
unsigned
NumCmps
= 0;
1034
if (
NumCmps
++)
Completed in 34 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026