Searched refs:DependentLatency (Results 1 – 1 of 1) sorted by relevance
1472 unsigned DependentLatency; member1516 DependentLatency = 0; in reset()1968 unsigned RemLatency = DependentLatency; in setPolicy()2037 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()2038 DependentLatency = 0; in bumpCycle()2040 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()2178 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode()2179 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode()