Searched refs:Worst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1390 unsigned Worst = 0; local
1396 Worst = i, WorstCount = Count;
1399 GlobalCand[Worst] = GlobalCand[NumCands];
1401 BestCand = Worst;
/external/clang/lib/AST/
H A DExprConstant.cpp9011 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } function
9288 return Worst(LHSResult, RHSResult);
9304 return Worst(LHSResult, RHSResult);

Completed in 82 milliseconds