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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1336 unsigned Worst = 0; local
1342 Worst = i, WorstCount = Count;
1345 GlobalCand[Worst] = GlobalCand[NumCands];
1347 BestCand = Worst;
/external/clang/lib/AST/
H A DExprConstant.cpp8276 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; }
8544 return Worst(LHSResult, RHSResult);
8560 return Worst(LHSResult, RHSResult);

Completed in 1450 milliseconds