Searched refs:NextDepth (Results 1 – 2 of 2) sorted by relevance
143 unsigned NextDepth = 0; in CriticalPathStep() local151 if (NextDepth < PredTotalLatency || in CriticalPathStep()152 (NextDepth == PredTotalLatency && P.getKind() == SDep::Anti)) { in CriticalPathStep()153 NextDepth = PredTotalLatency; in CriticalPathStep()
273 unsigned NextDepth = 0; in CriticalPathStep() local282 if (NextDepth < PredTotalLatency || in CriticalPathStep()283 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()284 NextDepth = PredTotalLatency; in CriticalPathStep()