Home
last modified time | relevance | path

Searched refs:BotLatency (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2480 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode() local
2486 if (SU->getHeight() > BotLatency) { in bumpNode()
2487 BotLatency = SU->getHeight(); in bumpNode()
2489 << SU->NodeNum << ") " << BotLatency << "c\n"); in bumpNode()