Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1382 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1383 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1384 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1385 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()