Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp147 unsigned NextDepth = 0; in CriticalPathStep() local
156 if (NextDepth < PredTotalLatency || in CriticalPathStep()
157 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
158 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp280 unsigned NextDepth = 0; in CriticalPathStep() local
290 if (NextDepth < PredTotalLatency || in CriticalPathStep()
291 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
292 NextDepth = PredTotalLatency; in CriticalPathStep()
/external/llvm-project/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp144 unsigned NextDepth = 0; in CriticalPathStep() local
153 if (NextDepth < PredTotalLatency || in CriticalPathStep()
154 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
155 NextDepth = PredTotalLatency; in CriticalPathStep()
DAggressiveAntiDepBreaker.cpp275 unsigned NextDepth = 0; in CriticalPathStep() local
285 if (NextDepth < PredTotalLatency || in CriticalPathStep()
286 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) { in CriticalPathStep()
287 NextDepth = PredTotalLatency; in CriticalPathStep()