Searched refs:BotLatency (Results 1 – 1 of 1) sorted by relevance
2063 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode() local2069 if (SU->getHeight() > BotLatency) { in bumpNode()2070 BotLatency = SU->getHeight(); in bumpNode()2072 << " BotLatency SU(" << SU->NodeNum << ") " << BotLatency << "c\n"); in bumpNode()