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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4342 int bestWeight = -1; local
4380 if (weightSum > bestWeight) {
4381 bestWeight = weightSum;

Completed in 125 milliseconds