Searched defs:Worst (Results 1 – 2 of 2) sorted by relevance
1895 unsigned Worst = 0; in calculateRegionSplitCost() local
15050 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() function