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