HomeSort by relevance Sort by last modified time
    Searched refs:NextDepth (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 131 unsigned NextDepth = 0;
140 if (NextDepth < PredTotalLatency ||
141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
142 NextDepth = PredTotalLatency;
AggressiveAntiDepBreaker.cpp 267 unsigned NextDepth = 0;
277 if (NextDepth < PredTotalLatency ||
278 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
279 NextDepth = PredTotalLatency;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 161 unsigned NextDepth = 0;
170 if (NextDepth < PredTotalLatency ||
171 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
172 NextDepth = PredTotalLatency;
AggressiveAntiDepBreaker.cpp 296 unsigned NextDepth = 0;
306 if (NextDepth < PredTotalLatency ||
307 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
308 NextDepth = PredTotalLatency;
    [all...]

Completed in 6590 milliseconds