Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp154 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; 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.cpp288 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
291 if (NextDepth < PredTotalLatency || in CriticalPathStep()
292 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
293 NextDepth = PredTotalLatency; in CriticalPathStep()