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