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