Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1340 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath() local
1357 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1358 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()