Searched refs:TopLatency (Results 1 – 2 of 2) sorted by relevance
2228 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode() local2230 if (SU->getDepth() > TopLatency) { in bumpNode()2231 TopLatency = SU->getDepth(); in bumpNode()2233 << SU->NodeNum << ") " << TopLatency << "c\n"); in bumpNode()
2156 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode() local2158 if (SU->getDepth() > TopLatency) { in bumpNode()2159 TopLatency = SU->getDepth(); in bumpNode()2161 << " TopLatency SU(" << SU->NodeNum << ") " << TopLatency << "c\n"); in bumpNode()