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

/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1153 /// LiveOutDepth = depth(c) + 1 = len(a->b->c) + 1 = 3
1157 /// LiveOutDepth - LiveInDepth = 3 - 1 = 2
1187 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; local
1205 if (LiveOutDepth > SU->getDepth())
1206 CyclicLatency = LiveOutDepth - SU->getDepth();

Completed in 187 milliseconds