Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1357 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath() local
1374 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1375 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()