Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Quota

305   // Reallocate "can-be-unswitched quota"
308 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
309 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
310 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
418 // Probably we reach the quota of branches for this loop. If so
822 // Recalculate unswitching quota, inherit simplified switches info for NewBB,