HomeSort by: relevance | last modified time | path
    Searched defs:bestWeight (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4720 int bestWeight = -1;
4758 if (weightSum > bestWeight) {
4759 bestWeight = weightSum;
4836 ConstraintWeight BestWeight = CW_Invalid;
4842 if (weight > BestWeight)
4843 BestWeight = weight;
4846 return BestWeight;

Completed in 25 milliseconds