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