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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 142 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
145 if (NextDepth < PredTotalLatency ||
146 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
147 NextDepth = PredTotalLatency;
AggressiveAntiDepBreaker.cpp 285 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
288 if (NextDepth < PredTotalLatency ||
289 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
290 NextDepth = PredTotalLatency;
    [all...]

Completed in 166 milliseconds