reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
457 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) 457 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) 457 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) 458 Max = SU; 460 assert(Max && "Failed to find bottom of the critical path"); 465 << (Max->getDepth() + Max->Latency) << "\n"); 465 << (Max->getDepth() + Max->Latency) << "\n"); 477 const SUnit *CriticalPathSU = Max;