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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1307 /// LiveOutHeight = height(c) = len(c->d->exit) = 2
1313 /// LiveInHeight - LiveOutHeight = 4 - 2 = 2
1339 unsigned LiveOutHeight = DefSU->getHeight(); local
1361 if (LiveInHeight > LiveOutHeight) {
1362 if (LiveInHeight - LiveOutHeight < CyclicLatency)
1363 CyclicLatency = LiveInHeight - LiveOutHeight;

Completed in 95 milliseconds