Home
last modified time | relevance | path

Searched refs:LiveInHeight (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1373 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1374 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1375 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1376 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()