Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp142 unsigned NextDepth = 0; in CriticalPathStep() local
150 if (NextDepth < PredTotalLatency || in CriticalPathStep()
151 (NextDepth == PredTotalLatency && P.getKind() == SDep::Anti)) { in CriticalPathStep()
152 NextDepth = PredTotalLatency; in CriticalPathStep()
H A DAggressiveAntiDepBreaker.cpp271 unsigned NextDepth = 0; in CriticalPathStep() local
280 if (NextDepth < PredTotalLatency || in CriticalPathStep()
281 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()
282 NextDepth = PredTotalLatency; in CriticalPathStep()