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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 137 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
140 if (NextDepth < PredTotalLatency ||
141 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
142 NextDepth = PredTotalLatency;
AggressiveAntiDepBreaker.cpp 274 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
277 if (NextDepth < PredTotalLatency ||
278 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
279 NextDepth = PredTotalLatency;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 167 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
170 if (NextDepth < PredTotalLatency ||
171 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
172 NextDepth = PredTotalLatency;
AggressiveAntiDepBreaker.cpp 303 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
306 if (NextDepth < PredTotalLatency ||
307 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
308 NextDepth = PredTotalLatency;
    [all...]

Completed in 269 milliseconds