Searched refs:PredTotalLatency (Results 1 – 2 of 2) sorted by relevance
153 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local156 if (NextDepth < PredTotalLatency || in CriticalPathStep()157 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()158 NextDepth = PredTotalLatency; in CriticalPathStep()
287 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local290 if (NextDepth < PredTotalLatency || in CriticalPathStep()291 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()292 NextDepth = PredTotalLatency; in CriticalPathStep()