Lines Matching refs:getDepth
1356 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1373 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1374 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()
2475 if (SU->getDepth() > TopLatency) { in bumpNode()
2476 TopLatency = SU->getDepth(); in bumpNode()
2788 Latency = Cand.SU->getDepth(); in traceCandidate()
2797 Latency = Cand.SU->getDepth(); in traceCandidate()
2861 if (std::max(TryCand.SU->getDepth(), Cand.SU->getDepth()) > in tryLatency()
2863 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2880 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
3028 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3032 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3033 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3532 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3536 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3537 Rem.CriticalPath = SU->getDepth(); in registerRoots()