Searched refs:LiveInHeight (Results 1 – 2 of 2) sorted by relevance
1361 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local1362 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()1363 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()1364 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()
1244 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local1245 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()1246 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()1247 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()