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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 136 unsigned PredLatency = P->getLatency();
137 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
AggressiveAntiDepBreaker.cpp 273 unsigned PredLatency = P->getLatency();
274 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 166 unsigned PredLatency = P->getLatency();
167 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
AggressiveAntiDepBreaker.cpp 302 unsigned PredLatency = P->getLatency();
303 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
    [all...]

Completed in 171 milliseconds