Searched refs:PredTotalLatency (Results 1 – 2 of 2) sorted by relevance
148 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local151 if (NextDepth < PredTotalLatency || in CriticalPathStep()152 (NextDepth == PredTotalLatency && P.getKind() == SDep::Anti)) { in CriticalPathStep()153 NextDepth = PredTotalLatency; in CriticalPathStep()
279 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local282 if (NextDepth < PredTotalLatency || in CriticalPathStep()283 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()284 NextDepth = PredTotalLatency; in CriticalPathStep()