HomeSort by: relevance | last modified time | path
    Searched refs:ExpectedLatency (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 643 unsigned ExpectedLatency;
719 return std::max(ExpectedLatency, CurrCycle);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 1999 ExpectedLatency = 0;
2473 // Update ExpectedLatency and DependentLatency.
2474 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency;
2475 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency;
2490 // After updating ZoneCritResIdx and ExpectedLatency, check if we're
2612 << "\n ExpectedLatency: " << ExpectedLatency << "c\n"

Completed in 44 milliseconds