Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6122 ConstraintWeight BestWeight = CW_Invalid; in getMultipleConstraintMatchWeight() local
6128 if (weight > BestWeight) in getMultipleConstraintMatchWeight()
6129 BestWeight = weight; in getMultipleConstraintMatchWeight()
6132 return BestWeight; in getMultipleConstraintMatchWeight()