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()
271 unsigned NextDepth = 0; in CriticalPathStep() local280 if (NextDepth < PredTotalLatency || in CriticalPathStep()281 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()282 NextDepth = PredTotalLatency; in CriticalPathStep()