Searched refs:LiveInHeight (Results 1 – 1 of 1) sorted by relevance
1873 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local1874 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()1875 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()1876 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()