Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2062 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode() local
2064 if (SU->getDepth() > TopLatency) { in bumpNode()
2065 TopLatency = SU->getDepth(); in bumpNode()
2067 << " TopLatency SU(" << SU->NodeNum << ") " << TopLatency << "c\n"); in bumpNode()