Home | History | Annotate | Download | only in Scalar

Lines Matching refs:MaxSize

119     // is not performed. MaxSize is turned into unswitching quota for
122 // processed, so that MaxSize will return to its previous
123 // value. So in most cases MaxSize will equal the Threshold flag
125 // MaxSize will have a smaller value while processing nested loops
128 // FIXME: The way that MaxSize works is subtle and depends on the
131 // way of doing what MaxSize does.
132 unsigned MaxSize;
137 MaxSize(Threshold) {}
293 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
295 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
319 MaxSize += (Props.CanBeUnswitchedCount + Props.WasUnswitchedCount) *