Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1356 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath() local
1373 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1374 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()