Home
last modified time | relevance | path

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

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