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