Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h585 unsigned CyclicCritPath; member
599 CyclicCritPath = 0; in reset()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3000 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
3005 std::max(Rem.CyclicCritPath * SchedModel->getLatencyFactor(), in checkAcyclicLatency()
3041 Rem.CyclicCritPath = DAG->computeCyclicCriticalPath(); in registerRoots()