reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
302 Props.SizeEstimation = Metrics.NumInsts; 303 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); 303 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation); 304 Props.WasUnswitchedCount = 0; 305 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; 305 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount; 316 CurrentLoopProperties = &Props; 317 CurLoopInstructions = &Props.UnswitchedVals;