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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1308 /// LiveOutDepth = depth(c) + 1 = len(a->b->c) + 1 = 3
1312 /// LiveOutDepth - LiveInDepth = 3 - 1 = 2
1340 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; local
1357 if (LiveOutDepth > SU->getDepth())
1358 CyclicLatency = LiveOutDepth - SU->getDepth();

Completed in 113 milliseconds