Searched refs:DependentLatency (Results 1 – 4 of 4) sorted by relevance
615 unsigned DependentLatency; variable679 unsigned getDependentLatency() const { return DependentLatency; } in getDependentLatency()
652 unsigned DependentLatency; variable710 unsigned getDependentLatency() const { return DependentLatency; } in getDependentLatency()
1843 DependentLatency = 0; in reset()2065 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()2066 DependentLatency = 0; in bumpCycle()2068 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()2228 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode()2229 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode()
1768 DependentLatency = 0; in reset()1995 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()1996 DependentLatency = 0; in bumpCycle()1998 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()2156 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode()2157 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode()