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

  /external/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 58 milliseconds