Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h582 unsigned CyclicCritPath; member
596 CyclicCritPath = 0; in reset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3001 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
3006 std::max(Rem.CyclicCritPath * SchedModel->getLatencyFactor(), in checkAcyclicLatency()
3042 Rem.CyclicCritPath = DAG->computeCyclicCriticalPath(); in registerRoots()