Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp148 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
151 if (NextDepth < PredTotalLatency || in CriticalPathStep()
152 (NextDepth == PredTotalLatency && P.getKind() == SDep::Anti)) { in CriticalPathStep()
153 NextDepth = PredTotalLatency; in CriticalPathStep()
H A DAggressiveAntiDepBreaker.cpp279 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
282 if (NextDepth < PredTotalLatency || in CriticalPathStep()
283 (NextDepth == PredTotalLatency && Pred.getKind() == SDep::Anti)) { in CriticalPathStep()
284 NextDepth = PredTotalLatency; in CriticalPathStep()