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 136 unsigned NextDepth = 0;
145 if (NextDepth < PredTotalLatency ||
146 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
147 NextDepth = PredTotalLatency;
AggressiveAntiDepBreaker.cpp 278 unsigned NextDepth = 0;
288 if (NextDepth < PredTotalLatency ||
289 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
290 NextDepth = PredTotalLatency;
    [all...]

Completed in 97 milliseconds