Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1360 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency; in computeCyclicCriticalPath() local
1361 if (LiveInHeight > LiveOutHeight) { in computeCyclicCriticalPath()
1362 if (LiveInHeight - LiveOutHeight < CyclicLatency) in computeCyclicCriticalPath()
1363 CyclicLatency = LiveInHeight - LiveOutHeight; in computeCyclicCriticalPath()