Searched refs:LiveOutHeight (Results 1 – 1 of 1) sorted by relevance
1563 unsigned LiveOutHeight = DefSU->getHeight(); in computeCyclicCriticalPath() local1585 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()1586 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()1587 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()