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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp769 /// LiveOutDepth = depth(c) + 1 = len(a->b->c) + 1 = 3
773 /// LiveOutDepth - LiveInDepth = 3 - 1 = 2
800 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; local
817 if (LiveOutDepth > UI->SU->getDepth())
818 CyclicLatency = LiveOutDepth - UI->SU->getDepth();

Completed in 122 milliseconds