Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4746 int bestWeight = -1; in ParseConstraints() local
4784 if (weightSum > bestWeight) { in ParseConstraints()
4785 bestWeight = weightSum; in ParseConstraints()