Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1223 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath() local
1245 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1246 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1247 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()