Searched defs:PredTotalLatency (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp142 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; local
145 if (NextDepth < PredTotalLatency ||
146 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
147 NextDepth = PredTotalLatency;

Completed in 49 milliseconds