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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2824 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); local
2827 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount;
2837 << "c NumIters=" << (AcyclicCount + IterCount - 1) / IterCount

Completed in 112 milliseconds