reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
397 if (RecMII == RHS.RecMII) { 398 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate) 398 if (Colocate != 0 && RHS.Colocate != 0 && Colocate != RHS.Colocate) 399 return Colocate < RHS.Colocate; 400 if (MaxMOV == RHS.MaxMOV) 401 return MaxDepth > RHS.MaxDepth; 402 return MaxMOV < RHS.MaxMOV; 404 return RecMII > RHS.RecMII;