Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DTargetRegistry.cpp33 const Target *Best = 0, *EquallyBest = 0; in lookupTarget() local
39 EquallyBest = 0; in lookupTarget()
42 EquallyBest = &*it; in lookupTarget()
54 if (EquallyBest) { in lookupTarget()
56 Best->Name + "\" and \"" + EquallyBest->Name + "\""; in lookupTarget()