Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1585 unsigned MaxCyclicLatency = 0; in computeCyclicCriticalPath() local
1631 if (CyclicLatency > MaxCyclicLatency) in computeCyclicCriticalPath()
1632 MaxCyclicLatency = CyclicLatency; in computeCyclicCriticalPath()
1635 LLVM_DEBUG(dbgs() << "Cyclic Critical Path: " << MaxCyclicLatency << "c\n"); in computeCyclicCriticalPath()
1636 return MaxCyclicLatency; in computeCyclicCriticalPath()