Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2553 int BestGenerality = -1; in ChooseConstraint() local
2584 if (Generality > BestGenerality) { in ChooseConstraint()
2587 BestGenerality = Generality; in ChooseConstraint()