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 162 unsigned NextDepth = 0;
171 if (NextDepth < PredTotalLatency ||
172 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
173 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 646 milliseconds