Searched refs:NextDepth (Results 1 – 6 of 6) sorted by relevance
131 unsigned NextDepth = 0; in CriticalPathStep() local140 if (NextDepth < PredTotalLatency || in CriticalPathStep()141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()142 NextDepth = PredTotalLatency; in CriticalPathStep()
267 unsigned NextDepth = 0; in CriticalPathStep() local277 if (NextDepth < PredTotalLatency || in CriticalPathStep()278 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()279 NextDepth = PredTotalLatency; in CriticalPathStep()
147 unsigned NextDepth = 0; in CriticalPathStep() local156 if (NextDepth < PredTotalLatency || in CriticalPathStep()157 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()158 NextDepth = PredTotalLatency; in CriticalPathStep()
280 unsigned NextDepth = 0; in CriticalPathStep() local290 if (NextDepth < PredTotalLatency || in CriticalPathStep()291 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()292 NextDepth = PredTotalLatency; in CriticalPathStep()
144 unsigned NextDepth = 0; in CriticalPathStep() local153 if (NextDepth < PredTotalLatency || in CriticalPathStep()154 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()155 NextDepth = PredTotalLatency; in CriticalPathStep()
275 unsigned NextDepth = 0; in CriticalPathStep() local285 if (NextDepth < PredTotalLatency || in CriticalPathStep()286 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()287 NextDepth = PredTotalLatency; in CriticalPathStep()