Lines Matching refs:Quota
314 // Reallocate "can-be-unswitched quota"
317 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
318 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
319 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
428 // Probably we reach the quota of branches for this loop. If so
835 // Recalculate unswitching quota, inherit simplified switches info for NewBB,