Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1208 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1209 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1210 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1211 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()