Lines Matching refs:getDepth
1353 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency; in computeCyclicCriticalPath()
1370 if (LiveOutDepth > SU->getDepth()) in computeCyclicCriticalPath()
1371 CyclicLatency = LiveOutDepth - SU->getDepth(); in computeCyclicCriticalPath()
2267 if (SU->getDepth() > TopLatency) { in bumpNode()
2268 TopLatency = SU->getDepth(); in bumpNode()
2587 Latency = Cand.SU->getDepth(); in traceCandidate()
2596 Latency = Cand.SU->getDepth(); in traceCandidate()
2655 if (Cand.SU->getDepth() > Zone.getScheduledLatency()) { in tryLatency()
2656 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2669 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2812 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
2816 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
2817 Rem.CriticalPath = SU->getDepth(); in registerRoots()
3315 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
3319 if (SU->getDepth() > Rem.CriticalPath) in registerRoots()
3320 Rem.CriticalPath = SU->getDepth(); in registerRoots()