Searched refs:PredTotalLatency (Results 1 – 2 of 2) sorted by relevance
142 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local145 if (NextDepth < PredTotalLatency || in CriticalPathStep()146 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()147 NextDepth = PredTotalLatency; in CriticalPathStep()
285 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local288 if (NextDepth < PredTotalLatency || in CriticalPathStep()289 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()290 NextDepth = PredTotalLatency; in CriticalPathStep()