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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp768 /// LiveOutHeight = height(c) = len(c->d->exit) = 2
774 /// LiveInHeight - LiveOutHeight = 4 - 2 = 2
799 unsigned LiveOutHeight = DefSU->getHeight(); local
821 if (LiveInHeight > LiveOutHeight) {
822 if (LiveInHeight - LiveOutHeight < CyclicLatency)
823 CyclicLatency = LiveInHeight - LiveOutHeight;

Completed in 185 milliseconds