OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bestWeight
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
4720
int
bestWeight
= -1;
4758
if (weightSum >
bestWeight
) {
4759
bestWeight
= weightSum;
4836
ConstraintWeight
BestWeight
= CW_Invalid;
4842
if (weight >
BestWeight
)
4843
BestWeight
= weight;
4846
return
BestWeight
;
Completed in 25 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026