Searched refs:LiveOutDepth (Results 1 – 1 of 1) sorted by relevance
1187 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath() local1205 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()1206 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()