Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineScheduler.cpp1345 unsigned MaxCyclicLatency = 0; in computeCyclicCriticalPath() local
1391 if (CyclicLatency > MaxCyclicLatency) in computeCyclicCriticalPath()
1392 MaxCyclicLatency = CyclicLatency; in computeCyclicCriticalPath()
1395 LLVM_DEBUG(dbgs() << "Cyclic Critical Path: " << MaxCyclicLatency << "c\n"); in computeCyclicCriticalPath()
1396 return MaxCyclicLatency; in computeCyclicCriticalPath()