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

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

Completed in 56 milliseconds