Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2226 int bestWeight = -1; in ParseConstraints() local
2264 if (weightSum > bestWeight) { in ParseConstraints()
2265 bestWeight = weightSum; in ParseConstraints()