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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp781 unsigned MaxCyclicLatency = 0; local
830 if (CyclicLatency > MaxCyclicLatency)
831 MaxCyclicLatency = CyclicLatency;
834 DEBUG(dbgs() << "Cyclic Critical Path: " << MaxCyclicLatency << "c\n");
835 return MaxCyclicLatency;

Completed in 109 milliseconds