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

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

Completed in 192 milliseconds