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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp770 /// LiveInHeight = height(b) + 1 = len(b->c->d->exit) + 1 = 4
774 /// LiveInHeight - LiveOutHeight = 4 - 2 = 2
820 unsigned LiveInHeight = UI->SU->getHeight() + DefSU->Latency; local
821 if (LiveInHeight > LiveOutHeight) {
822 if (LiveInHeight - LiveOutHeight < CyclicLatency)
823 CyclicLatency = LiveInHeight - LiveOutHeight;

Completed in 49 milliseconds