reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineScheduler.h
  592     CyclicCritPath = 0;
lib/CodeGen/MachineScheduler.cpp
 2814   if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath)
 2814   if (Rem.CyclicCritPath == 0 || Rem.CyclicCritPath >= Rem.CriticalPath)
 2819     std::max(Rem.CyclicCritPath * SchedModel->getLatencyFactor(),
 2855     Rem.CyclicCritPath = DAG->computeCyclicCriticalPath();