Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp137 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
140 if (NextDepth < PredTotalLatency || in CriticalPathStep()
141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
142 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp275 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
278 if (NextDepth < PredTotalLatency || in CriticalPathStep()
279 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
280 NextDepth = PredTotalLatency; in CriticalPathStep()