Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2638 unsigned AcyclicCount = Rem.CriticalPath * SchedModel->getLatencyFactor(); in checkAcyclicLatency() local
2641 (AcyclicCount * Rem.RemIssueCount + IterCount-1) / IterCount; in checkAcyclicLatency()
2650 << "c NumIters=" << (AcyclicCount + IterCount-1) / IterCount in checkAcyclicLatency()