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