Searched refs:NextDepth (Results 1 – 2 of 2) sorted by relevance
128 unsigned NextDepth = 0; in CriticalPathStep() local137 if (NextDepth < PredTotalLatency || in CriticalPathStep()138 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()139 NextDepth = PredTotalLatency; in CriticalPathStep()
277 unsigned NextDepth = 0; in CriticalPathStep() local287 if (NextDepth < PredTotalLatency || in CriticalPathStep()288 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()289 NextDepth = PredTotalLatency; in CriticalPathStep()