Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp147 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; 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.cpp278 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
281 if (NextDepth < PredTotalLatency || in CriticalPathStep()
282 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()
283 NextDepth = PredTotalLatency; in CriticalPathStep()