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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2233 int weightSum = 0; local
2251 weightSum = -1; // Can't match.
2258 weightSum = -1;
2261 weightSum += weight;
2264 if (weightSum > bestWeight) {
2265 bestWeight = weightSum;

Completed in 54 milliseconds