Searched refs:LiveOutDepth (Results 1 – 1 of 1) sorted by relevance
1149 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath() local1166 if (LiveOutDepth > UI->SU->getDepth()) in computeCyclicCriticalPath()1167 CyclicLatency = LiveOutDepth - UI->SU->getDepth(); in computeCyclicCriticalPath()