Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1139 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath() local
1161 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1162 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1163 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()