Lines Matching refs:getDepth
1357 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1374 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1375 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()
2476 if (SU->getDepth() > TopLatency) { in bumpNode()
2477 TopLatency = SU->getDepth(); in bumpNode()
2789 Latency = Cand.SU->getDepth(); in traceCandidate()
2798 Latency = Cand.SU->getDepth(); in traceCandidate()
2862 if (std::max(TryCand.SU->getDepth(), Cand.SU->getDepth()) > in tryLatency()
2864 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2881 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
3029 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3033 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3034 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3533 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3537 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3538 Rem.CriticalPath = SU->getDepth(); in registerRoots()