Searched refs:PredTotalLatency (Results 1 – 2 of 2) sorted by relevance
154 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local157 if (NextDepth < PredTotalLatency || in CriticalPathStep()158 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()159 NextDepth = PredTotalLatency; in CriticalPathStep()
288 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local291 if (NextDepth < PredTotalLatency || in CriticalPathStep()292 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()293 NextDepth = PredTotalLatency; in CriticalPathStep()