Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1361 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1362 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1363 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1364 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1244 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1245 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1246 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1247 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()