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

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1154 /// LiveInHeight = height(b) + 1 = len(b->c->d->exit) + 1 = 4
1158 /// LiveInHeight - LiveOutHeight = 4 - 2 = 2
1208 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; local
1209 if (LiveInHeight > LiveOutHeight) {
1210 if (LiveInHeight - LiveOutHeight < CyclicLatency)
1211 CyclicLatency = LiveInHeight - LiveOutHeight;

Completed in 176 milliseconds