Lines Matching defs:Latency
1602 unsigned LiveOutDepth = DefSU->getDepth() + DefSU->Latency;
1622 unsigned LiveInHeight = SU->getHeight() + DefSU->Latency;
2233 /// Given a Count of resource usage and a Latency value, return true if a
2238 unsigned Latency, bool AfterSchedNode) {
2239 int ResCntFactor = (int)(Count - (Latency * LFactor));
2961 << (IsResourceLimited ? " - Resource" : " - Latency")
3082 << " Latency limited both directions.\n");
3119 unsigned Latency = 0;
3139 Latency = Cand.SU->getDepth();
3142 Latency = Cand.SU->getHeight();
3145 Latency = Cand.SU->getHeight();
3148 Latency = Cand.SU->getDepth();
3161 if (Latency)
3162 dbgs() << " " << Latency << " cycles ";