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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 582 unsigned CyclicCritPath;
596 CyclicCritPath = 0;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 2999 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath)
3004 std::max(Rem.CyclicCritPath * SchedModel->getLatencyFactor(),
3040 Rem.CyclicCritPath = DAG->computeCyclicCriticalPath();

Completed in 32 milliseconds