Searched refs:NextDepth (Results 1 – 2 of 2) sorted by relevance
142 unsigned NextDepth = 0; in CriticalPathStep() local150 if (NextDepth < PredTotalLatency || in CriticalPathStep()151 (NextDepth == PredTotalLatency && P.getKind() == SDep::Anti)) { in CriticalPathStep()152 NextDepth = PredTotalLatency; in CriticalPathStep()
272 unsigned NextDepth = 0; in CriticalPathStep() local281 if (NextDepth < PredTotalLatency || in CriticalPathStep()282 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()283 NextDepth = PredTotalLatency; in CriticalPathStep()