Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Latency

285       // In the case of a latency tie, prefer an anti-dependency edge over
733 ((SU->getDepth() + SU->Latency) >
734 (CriticalPathSU->getDepth() + CriticalPathSU->Latency))) {