Home
last modified time | relevance | path

Searched refs:NextDepth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCriticalAntiDepBreaker.cpp161 unsigned NextDepth = 0; in CriticalPathStep() local
170 if (NextDepth < PredTotalLatency || in CriticalPathStep()
171 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
172 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp296 unsigned NextDepth = 0; in CriticalPathStep() local
306 if (NextDepth < PredTotalLatency || in CriticalPathStep()
307 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
308 NextDepth = PredTotalLatency; in CriticalPathStep()
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp131 unsigned NextDepth = 0; in CriticalPathStep() local
140 if (NextDepth < PredTotalLatency || in CriticalPathStep()
141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
142 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp267 unsigned NextDepth = 0; in CriticalPathStep() local
277 if (NextDepth < PredTotalLatency || in CriticalPathStep()
278 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
279 NextDepth = PredTotalLatency; in CriticalPathStep()