Searched refs:TopLatency (Results 1 – 1 of 1) sorted by relevance
2062 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode() local2064 if (SU->getDepth() > TopLatency) { in bumpNode()2065 TopLatency = SU->getDepth(); in bumpNode()2067 << " TopLatency SU(" << SU->NodeNum << ") " << TopLatency << "c\n"); in bumpNode()