Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h585 unsigned CyclicCritPath; member
599 CyclicCritPath = 0; in reset()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3030 if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath) in checkAcyclicLatency()
3035 std::max(Rem.CyclicCritPath * SchedModel->getLatencyFactor(), in checkAcyclicLatency()
3071 Rem.CyclicCritPath = DAG->computeCyclicCriticalPath(); in registerRoots()