Searched refs:bestWeight (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2331 int bestWeight = -1; local
2369 if (weightSum > bestWeight) {
2370 bestWeight = weightSum;

Completed in 40 milliseconds