Lines Matching refs:getDepth
1564 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1581 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1582 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()
2755 if (SU->getDepth() > TopLatency) { in bumpNode()
2756 TopLatency = SU->getDepth(); in bumpNode()
3098 Latency = Cand.SU->getDepth(); in traceCandidate()
3107 Latency = Cand.SU->getDepth(); in traceCandidate()
3171 if (std::max(TryCand.SU->getDepth(), Cand.SU->getDepth()) > in tryLatency()
3173 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
3190 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
3338 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3342 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3343 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3842 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3846 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3847 Rem.CriticalPath = SU->getDepth(); in registerRoots()