Searched refs:BotLatency (Results 1 – 2 of 2) sorted by relevance
2229 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode() local2235 if (SU->getHeight() > BotLatency) { in bumpNode()2236 BotLatency = SU->getHeight(); in bumpNode()2238 << SU->NodeNum << ") " << BotLatency << "c\n"); in bumpNode()
2157 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode() local2163 if (SU->getHeight() > BotLatency) { in bumpNode()2164 BotLatency = SU->getHeight(); in bumpNode()2166 << " BotLatency SU(" << SU->NodeNum << ") " << BotLatency << "c\n"); in bumpNode()