Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp153 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
156 if (NextDepth < PredTotalLatency || in CriticalPathStep()
157 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
158 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp287 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep() local
290 if (NextDepth < PredTotalLatency || in CriticalPathStep()
291 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
292 NextDepth = PredTotalLatency; in CriticalPathStep()