Lines Matching refs:Latency
285 // In the case of a latency tie, prefer an anti-dependency edge over733 ((SU->getDepth() + SU->Latency) >734 (CriticalPathSU->getDepth() + CriticalPathSU->Latency))) {