Searched refs:LiveInHeight (Results 1 – 1 of 1) sorted by relevance
1169 unsigned LiveInHeight = UI->SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local1170 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()1171 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()1172 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()