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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2300 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; local
2302 if (SU->getDepth() > TopLatency) {
2303 TopLatency = SU->getDepth();
2304 LLVM_DEBUG(dbgs() << " " << Available.getName() << " TopLatency SU("
2305 << SU->NodeNum << ") " << TopLatency << "c\n");

Completed in 166 milliseconds