Home | History | Annotate | Download | only in ppc

Lines Matching refs:kMaxBackEdgeWeight

375   int weight = Min(kMaxBackEdgeWeight, Max(1, distance / kCodeSizeMultiplier));
408 weight = Min(kMaxBackEdgeWeight, Max(1, distance / kCodeSizeMultiplier));