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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1414 unsigned CyclicCritPath; member in struct:__anon5::GenericScheduler::SchedRemainder
1426 CyclicCritPath = 0;
1828 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath)
1833 std::max(Rem.CyclicCritPath * SchedModel->getLatencyFactor(),
1867 Rem.CyclicCritPath = DAG->computeCyclicCriticalPath();

Completed in 165 milliseconds