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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp150 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; local
153 if (NextDepth < PredTotalLatency ||
154 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
155 NextDepth = PredTotalLatency;
H A DAggressiveAntiDepBreaker.cpp282 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
285 if (NextDepth < PredTotalLatency ||
286 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
287 NextDepth = PredTotalLatency;

Completed in 117 milliseconds