Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp163 int BestGenerality = -1; in chooseConstraint() local
194 if (Generality > BestGenerality) { in chooseConstraint()
197 BestGenerality = Generality; in chooseConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4924 int BestGenerality = -1; in ChooseConstraint() local
4962 if (Generality > BestGenerality) { in ChooseConstraint()
4965 BestGenerality = Generality; in ChooseConstraint()