Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp142 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
145 if (NextDepth < PredTotalLatency || in CriticalPathStep()
146 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
147 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp285 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
288 if (NextDepth < PredTotalLatency || in CriticalPathStep()
289 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
290 NextDepth = PredTotalLatency; in CriticalPathStep()