Searched refs:PredTotalLatency (Results 1 – 2 of 2) sorted by relevance
137 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local140 if (NextDepth < PredTotalLatency || in CriticalPathStep()141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()142 NextDepth = PredTotalLatency; in CriticalPathStep()
275 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local278 if (NextDepth < PredTotalLatency || in CriticalPathStep()279 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()280 NextDepth = PredTotalLatency; in CriticalPathStep()