Home
last modified time | relevance | path

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

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