Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1377 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1378 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1379 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1380 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()