Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineScheduler.cpp820 unsigned LiveInHeight = UI->SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
821 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
822 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
823 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()