Searched refs:DependentLatency (Results 1 – 2 of 2) sorted by relevance
872 unsigned DependentLatency; variable967 unsigned getDependentLatency() const { return DependentLatency; } in getDependentLatency()
2261 DependentLatency = 0; in reset()2599 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()2600 DependentLatency = 0; in bumpCycle()2602 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()2794 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode()2795 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode()