Searched refs:NextDepth (Results 1 – 2 of 2) sorted by relevance
148 unsigned NextDepth = 0; in CriticalPathStep() local157 if (NextDepth < PredTotalLatency || in CriticalPathStep()158 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()159 NextDepth = PredTotalLatency; in CriticalPathStep()
281 unsigned NextDepth = 0; in CriticalPathStep() local291 if (NextDepth < PredTotalLatency || in CriticalPathStep()292 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()293 NextDepth = PredTotalLatency; in CriticalPathStep()