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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1836 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); local
1839 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount;
1848 << "c NumIters=" << (AcyclicCount + IterCount-1) / IterCount

Completed in 50 milliseconds