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

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1114 /// LiveOutHeight = height(c) = len(c->d->exit) = 2
1120 /// LiveInHeight - LiveOutHeight = 4 - 2 = 2
1148 unsigned LiveOutHeight = DefSU->getHeight(); local
1170 if (LiveInHeight > LiveOutHeight) {
1171 if (LiveInHeight - LiveOutHeight < CyclicLatency)
1172 CyclicLatency = LiveInHeight - LiveOutHeight;

Completed in 49 milliseconds