Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4727 int weightSum = 0; in ParseConstraints() local
4745 weightSum = -1; // Can't match. in ParseConstraints()
4752 weightSum = -1; in ParseConstraints()
4755 weightSum += weight; in ParseConstraints()
4758 if (weightSum > bestWeight) { in ParseConstraints()
4759 bestWeight = weightSum; in ParseConstraints()