Home
last modified time | relevance | path

Searched refs:NextDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp148 unsigned NextDepth = 0; in CriticalPathStep() local
157 if (NextDepth < PredTotalLatency || in CriticalPathStep()
158 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
159 NextDepth = PredTotalLatency; in CriticalPathStep()
H A DAggressiveAntiDepBreaker.cpp281 unsigned NextDepth = 0; in CriticalPathStep() local
291 if (NextDepth < PredTotalLatency || in CriticalPathStep()
292 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
293 NextDepth = PredTotalLatency; in CriticalPathStep()