Lines Matching refs:ExpectedCount
1060 unsigned ExpectedCount; member
1084 ExpectedCount = 0; in reset()
1582 if ((int)(OppositeZone.ExpectedCount - OppositeCount) in balanceZones()
1634 Top.ExpectedCount = std::max(Top.ExpectedLatency, Top.CurrCycle); in checkResourceLimits()
1635 Top.ExpectedCount = std::max( in checkResourceLimits()
1637 Top.ExpectedCount * SchedModel->getLatencyFactor()); in checkResourceLimits()
1638 Bot.ExpectedCount = std::max(Bot.ExpectedLatency, Bot.CurrCycle); in checkResourceLimits()
1639 Bot.ExpectedCount = std::max( in checkResourceLimits()
1641 Bot.ExpectedCount * SchedModel->getLatencyFactor()); in checkResourceLimits()
1777 > Zone.ExpectedCount) { in tryCandidate()
1788 > Zone.ExpectedCount) { in tryCandidate()