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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp1111 unsigned Worst = 0;
1117 Worst = i, WorstCount = Count;
1120 GlobalCand[Worst] = GlobalCand[NumCands];
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1398 unsigned Worst = 0; local
1404 Worst = i;
1409 GlobalCand[Worst] = GlobalCand[NumCands];
1411 BestCand = Worst;
/external/clang/lib/AST/
H A DExprConstant.cpp9328 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } function
9606 return Worst(LHSResult, RHSResult);
9622 return Worst(LHSResult, RHSResult);

Completed in 278 milliseconds