Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2432 int BestGenerality = -1; in ChooseConstraint() local
2463 if (Generality > BestGenerality) { in ChooseConstraint()
2466 BestGenerality = Generality; in ChooseConstraint()